Skip to content

Commit bf17e34

Browse files
committed
chore(deps): Update dependencies
1 parent 4e030c7 commit bf17e34

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "mocha"
2323
},
2424
"dependencies": {
25-
"yeoman-generator": "~0.12.0"
25+
"yeoman-generator": "~0.13.0"
2626
},
2727
"peerDependencies": {
2828
"generator-karma": "~0.4.0",
@@ -34,8 +34,8 @@
3434
"grunt-contrib-jshint": "~0.6.0",
3535
"grunt-conventional-changelog": "~1.0.0",
3636
"marked": "~0.2.8",
37-
"semver": "~2.0.0",
38-
"grunt-release": "~0.3.3"
37+
"semver": "~2.1.0",
38+
"grunt-release": "~0.5.1"
3939
},
4040
"engines": {
4141
"node": ">=0.8.0",

templates/common/_package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"grunt-contrib-concat": "~0.3.0",
99
"grunt-contrib-coffee": "~0.7.0",
1010
"grunt-contrib-uglify": "~0.2.0",
11-
"grunt-contrib-compass": "~0.3.0",
11+
"grunt-contrib-compass": "~0.5.0",
1212
"grunt-contrib-jshint": "~0.6.0",
1313
"grunt-contrib-cssmin": "~0.6.0",
1414
"grunt-contrib-connect": "~0.3.0",
15-
"grunt-contrib-clean": "~0.4.1",
15+
"grunt-contrib-clean": "~0.5.0",
1616
"grunt-contrib-htmlmin": "~0.1.3",
17-
"grunt-contrib-imagemin": "~0.1.4",
18-
"grunt-contrib-watch": "~0.4.0",
17+
"grunt-contrib-imagemin": "~0.2.0",
18+
"grunt-contrib-watch": "~0.5.2",
1919
"grunt-usemin": "~0.1.11",
2020
"grunt-svgmin": "~0.2.0",
2121
"grunt-rev": "~0.1.0",

0 commit comments

Comments
 (0)