Skip to content

Commit d4dd284

Browse files
committed
update dependencies in package.json
1 parent 766a949 commit d4dd284

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
"homepage": "https://tmcgee.github.io/cmv-widgets/",
88
"repository": "https://github.com/tmcgee/cmv-widgets",
99
"dependencies": {
10-
"csslint": "0.10.x",
11-
"babel-eslint": "6.0.x",
12-
"eslint": "2.5.x",
13-
"grunt": "0.4.x",
10+
"csslint": "1.0.x",
11+
"babel-eslint": "6.1.x",
12+
"eslint": "3.5.x",
13+
"grunt": "1.0.x",
1414
"grunt-postcss": "0.8.x",
1515
"grunt-contrib-clean": "1.0.x",
1616
"grunt-contrib-connect": "1.0.x",
1717
"grunt-contrib-copy": "1.0.x",
1818
"grunt-contrib-csslint": "1.0.x",
1919
"grunt-contrib-cssmin": "1.0.x",
20-
"grunt-eslint": "18.0.x",
21-
"grunt-contrib-uglify": "1.0.x",
20+
"grunt-eslint": "19.0.x",
21+
"grunt-contrib-uglify": "2.0.x",
2222
"grunt-contrib-watch": "1.0.x",
23-
"grunt-newer": "1.1.x",
23+
"grunt-newer": "1.2.x",
2424
"grunt-open": "0.2.x",
25-
"grunt-contrib-compress": "1.2.x"
25+
"grunt-contrib-compress": "1.3.x"
2626
},
2727
"engine": "node >= 4"
2828
}

0 commit comments

Comments
 (0)