Skip to content

Commit 6ef4207

Browse files
committed
Update packages in package.json
1 parent ae6b00d commit 6ef4207

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "loopback-angular-admin",
33
"subdomain": "loopback-angular-admin",
44
"description": "Quickly create admin interfaces on a Loopback 2.x API",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"engines": {
77
"node": "0.10.x",
88
"npm": "2.1.x"
@@ -25,46 +25,46 @@
2525
"main": "server/server.js",
2626
"dependencies": {
2727
"bower": "^1.3.12",
28-
"compression": "^1.2.2",
29-
"errorhandler": "^1.3.0",
28+
"compression": "^1.3.0",
29+
"errorhandler": "^1.3.2",
3030
"grunt": "^0.4.5",
31-
"grunt-autoprefixer": "^2.0.0",
31+
"grunt-autoprefixer": "^2.1.0",
3232
"grunt-cli": "^0.1.13",
3333
"grunt-concurrent": "^1.0.0",
3434
"grunt-connect-proxy": "^0.1.11",
3535
"grunt-contrib-clean": "^0.6.0",
3636
"grunt-contrib-concat": "^0.5.0",
3737
"grunt-contrib-connect": "^0.9.0",
3838
"grunt-contrib-copy": "^0.7.0",
39-
"grunt-contrib-cssmin": "^0.10.0",
39+
"grunt-contrib-cssmin": "^0.11.0",
4040
"grunt-contrib-htmlmin": "^0.3.0",
4141
"grunt-contrib-jshint": "^0.10.0",
42-
"grunt-contrib-uglify": "^0.6.0",
42+
"grunt-contrib-uglify": "^0.7.0",
4343
"grunt-contrib-watch": "^0.6.1",
4444
"grunt-docular": "^0.2.4",
4545
"grunt-filerev": "^2.1.2",
4646
"grunt-google-cdn": "^0.4.3",
47-
"grunt-karma": "^0.9.0",
47+
"grunt-karma": "^0.10.1",
4848
"grunt-loopback-angular": "^1.1.0",
49-
"grunt-newer": "^0.8.0",
49+
"grunt-newer": "^1.1.0",
5050
"grunt-ng-annotate": "^0.8.0",
5151
"grunt-ng-constant": "^1.0.0",
5252
"grunt-svgmin": "^2.0.0",
5353
"grunt-usemin": "^3.0.0",
5454
"grunt-wiredep": "^2.0.0",
55-
"jshint": "^2.5.10",
55+
"jshint": "^2.5.11",
5656
"jshint-stylish": "^1.0.0",
57-
"load-grunt-tasks": "^1.0.0",
58-
"loopback": "^2.8.6",
59-
"loopback-boot": "^2.5.1",
57+
"load-grunt-tasks": "^2.0.0",
58+
"loopback": "^2.10.0",
59+
"loopback-boot": "^2.6.0",
6060
"loopback-component-storage": "^1.0.6",
6161
"loopback-connector-mongodb": "^1.4.5",
62-
"serve-favicon": "^2.1.7",
62+
"serve-favicon": "^2.2.0",
6363
"showdown": "^0.3.1",
6464
"time-grunt": "^1.0.0"
6565
},
6666
"optionalDependencies": {
67-
"loopback-explorer": "^1.6.2"
67+
"loopback-explorer": "^1.6.4"
6868
},
6969
"devDependencies": {}
7070
}

0 commit comments

Comments
 (0)