We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766a949 commit d4dd284Copy full SHA for d4dd284
package.json
@@ -7,22 +7,22 @@
7
"homepage": "https://tmcgee.github.io/cmv-widgets/",
8
"repository": "https://github.com/tmcgee/cmv-widgets",
9
"dependencies": {
10
- "csslint": "0.10.x",
11
- "babel-eslint": "6.0.x",
12
- "eslint": "2.5.x",
13
- "grunt": "0.4.x",
+ "csslint": "1.0.x",
+ "babel-eslint": "6.1.x",
+ "eslint": "3.5.x",
+ "grunt": "1.0.x",
14
"grunt-postcss": "0.8.x",
15
"grunt-contrib-clean": "1.0.x",
16
"grunt-contrib-connect": "1.0.x",
17
"grunt-contrib-copy": "1.0.x",
18
"grunt-contrib-csslint": "1.0.x",
19
"grunt-contrib-cssmin": "1.0.x",
20
- "grunt-eslint": "18.0.x",
21
- "grunt-contrib-uglify": "1.0.x",
+ "grunt-eslint": "19.0.x",
+ "grunt-contrib-uglify": "2.0.x",
22
"grunt-contrib-watch": "1.0.x",
23
- "grunt-newer": "1.1.x",
+ "grunt-newer": "1.2.x",
24
"grunt-open": "0.2.x",
25
- "grunt-contrib-compress": "1.2.x"
+ "grunt-contrib-compress": "1.3.x"
26
},
27
"engine": "node >= 4"
28
}
0 commit comments