Skip to content

Commit 2916a1d

Browse files
committed
chore(gen): update generator task dependencies
1 parent 973d38c commit 2916a1d

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Diff for: Gruntfile.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
2-
var markdown = require('marked');
2+
33
var semver = require('semver');
4-
var _s = require('underscore.string');
54
var shell = require('shelljs');
65
var child_process = require('child_process');
76
var Q = require('q');

Diff for: package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,28 @@
2626
"test": "grunt test"
2727
},
2828
"dependencies": {
29-
"chalk": "~0.4.0",
29+
"chalk": "^1.1.0",
3030
"generator-ng-component": "~0.1.0",
3131
"yeoman-generator": "~0.18.10"
3232
},
3333
"devDependencies": {
34-
"chai": "^1.9.1",
34+
"chai": "^3.2.0",
3535
"grunt": "~0.4.1",
36-
"grunt-build-control": "DaftMonk/grunt-build-control",
36+
"grunt-build-control": "^0.5.0",
3737
"grunt-contrib-clean": "^0.6.0",
3838
"grunt-contrib-jshint": "^0.11.2",
3939
"grunt-conventional-changelog": "~1.0.0",
4040
"grunt-david": "~0.5.0",
4141
"grunt-env": "^0.4.1",
42-
"grunt-mocha-test": "^0.11.0",
43-
"grunt-release": "~0.6.0",
42+
"grunt-mocha-test": "^0.12.7",
43+
"grunt-release": "^0.13.0",
4444
"jit-grunt": "^0.9.1",
45-
"marked": "~0.2.8",
46-
"mocha": "~1.21.0",
45+
"mocha": "^2.2.5",
4746
"q": "^1.0.1",
4847
"recursive-readdir": "^1.2.0",
49-
"semver": "~2.2.1",
50-
"shelljs": "^0.3.0",
51-
"underscore.string": "^2.3.3"
48+
"semver": "^5.0.1",
49+
"shelljs": "^0.5.3",
50+
"underscore.string": "^3.1.1"
5251
},
5352
"engines": {
5453
"node": ">=0.10.0",

0 commit comments

Comments
 (0)