Skip to content

Commit 4017c49

Browse files
committed
Build: Update deps (except grunt), switch to lodash
Grunt update is blocked by jzaefferer/grunt-check-modules#5
1 parent 8b309e1 commit 4017c49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = function( grunt ) {
22

3-
var _ = require( "underscore" ),
3+
var _ = require( "lodash" ),
44
semver = require( "semver" ),
55
Handlebars = require( "handlebars" ),
66
http = require( "http" );

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"grunt": "0.4.5",
2424
"grunt-jquery-content": "3.0.1",
2525
"grunt-sri": "0.0.5",
26-
"semver": "2.0.11",
27-
"underscore": "1.5.1",
28-
"handlebars": "1.0.12"
26+
"handlebars": "4.0.5",
27+
"lodash": "4.12.0",
28+
"semver": "5.1.0"
2929
}
3030
}

0 commit comments

Comments
 (0)