Skip to content

Commit 40d1d55

Browse files
committed
chore(npm): bump some out-of-date gen and template dependencies
1 parent c184087 commit 40d1d55

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

app/templates/_package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"bluebird": "^2.9.34",
2222
"connect-mongo": "^0.8.1",<% } %><% if (filters.sequelize) { %>
2323
"sequelize": "^3.5.1",
24-
"sqlite3": "~3.1.0",
24+
"sqlite3": "~3.1.1",
2525
"express-sequelize-session": "0.4.0",<% } %><% if (filters.auth) { %>
2626
"jsonwebtoken": "^5.0.0",
2727
"express-jwt": "^3.0.0",
@@ -41,13 +41,13 @@
4141
"grunt": "~0.4.5",
4242
"grunt-wiredep": "^2.0.0",
4343
"grunt-concurrent": "^2.0.1",
44-
"grunt-contrib-clean": "^0.6.0",
44+
"grunt-contrib-clean": "~0.7.0",
4545
"grunt-contrib-concat": "^0.5.1",
4646
"grunt-contrib-copy": "^0.8.0",
47-
"grunt-contrib-cssmin": "^0.14.0",
47+
"grunt-contrib-cssmin": "~0.14.0",
4848
"grunt-contrib-imagemin": "~1.0.0",
4949
"grunt-contrib-jshint": "~0.11.2",
50-
"grunt-contrib-uglify": "^0.9.1",
50+
"grunt-contrib-uglify": "~0.11.0",
5151
"grunt-contrib-watch": "~0.6.1",<% if (filters.jade) { %>
5252
"grunt-contrib-jade": "^0.15.0",
5353
"karma-ng-jade2js-preprocessor": "^0.2.0",<% } %><% if (filters.less) { %>
@@ -75,15 +75,15 @@
7575
"jit-grunt": "^0.9.1",
7676
"time-grunt": "^1.2.1",
7777
"grunt-express-server": "^0.5.1",
78-
"grunt-postcss": "^0.6.0",
78+
"grunt-postcss": "~0.7.1",
7979
"grunt-open": "~0.2.3",
8080
"open": "~0.0.4",
81-
"jshint-stylish": "~2.0.1",
81+
"jshint-stylish": "~2.1.0",
8282
"connect-livereload": "^0.5.3",
8383
"mocha": "^2.2.5",
8484
"grunt-mocha-test": "~0.12.7",
8585
"grunt-mocha-istanbul": "^3.0.1",
86-
"istanbul": "^0.3.17",
86+
"istanbul": "~0.4.1",
8787
"chai": "^3.2.0",
8888
"sinon": "^1.16.1",
8989
"chai-as-promised": "^5.1.0",
@@ -105,7 +105,7 @@
105105
"phantomjs": "^1.9.18",
106106
"karma-phantomjs-launcher": "~0.2.0",
107107
"karma": "~0.13.3",
108-
"karma-ng-html2js-preprocessor": "~0.1.2",
108+
"karma-ng-html2js-preprocessor": "~0.2.0",
109109
"karma-spec-reporter": "~0.0.20",
110110
"proxyquire": "^1.0.1",
111111
"supertest": "^1.1.0"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"babel-core": "^5.8.23",
3838
"chalk": "^1.1.0",
3939
"generator-ng-component": "~0.1.1",
40-
"glob": "^5.0.14",
40+
"glob": "^6.0.1",
4141
"lodash": "^3.10.1",
4242
"underscore.string": "^3.1.1",
4343
"yeoman-generator": "~0.20.3",
@@ -47,10 +47,10 @@
4747
"chai": "^3.2.0",
4848
"grunt": "~0.4.1",
4949
"grunt-build-control": "^0.6.0",
50-
"grunt-contrib-clean": "^0.6.0",
50+
"grunt-contrib-clean": "^0.7.0",
5151
"grunt-contrib-jshint": "^0.11.2",
5252
"grunt-conventional-changelog": "^4.1.0",
53-
"grunt-david": "~0.5.0",
53+
"grunt-david": "~0.7.0",
5454
"grunt-env": "^0.4.1",
5555
"grunt-mocha-test": "^0.12.7",
5656
"grunt-release": "^0.13.0",

0 commit comments

Comments
 (0)