Skip to content

Commit 71d6edd

Browse files
committed
Update dependencies
1 parent 9054b14 commit 71d6edd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"test": "grunt test"
1717
},
1818
"dependencies": {
19-
"chalk": "^1.0.0",
19+
"chalk": "^4.1.2",
2020
"source-map": "^0.5.3"
2121
},
2222
"devDependencies": {
2323
"grunt": "^1.0.0",
24-
"grunt-contrib-clean": "^1.0.0",
25-
"grunt-contrib-internal": "^1.1.0",
26-
"grunt-contrib-jshint": "^1.0.0",
27-
"grunt-contrib-nodeunit": "^1.0.0"
24+
"grunt-contrib-clean": "^2.0.0",
25+
"grunt-contrib-internal": "^7.0.0",
26+
"grunt-contrib-jshint": "^3.1.1",
27+
"grunt-contrib-nodeunit": "^4.0.0"
2828
},
2929
"peerDependencies": {
30-
"grunt": ">=0.4.0"
30+
"grunt": ">=1.4.1"
3131
},
3232
"keywords": [
3333
"gruntplugin"

0 commit comments

Comments
 (0)