mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Upgrade other dependencies
Nothing groundbreaking. `semver` was likely already installed at 2.0.x anyway (since >=) and `grunt-contrib-jshint` just gives us `jshint` @ 2.1.3
This commit is contained in:
+2
-2
@@ -47,10 +47,10 @@
|
||||
"grunt-cli": "~0.1.9",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-copy": "~0.4.1",
|
||||
"grunt-contrib-jshint": "~0.5.4",
|
||||
"grunt-contrib-jshint": "~0.6.0",
|
||||
"optimist": "~0.4.0",
|
||||
"phantomjs": ">= 1.9.0",
|
||||
"semver": ">= 1.1.4",
|
||||
"semver": "~2.0.0",
|
||||
"uglify-js": "~2.3.6",
|
||||
"grunt-contrib-clean": "~0.4.1",
|
||||
"grunt-compare-size": "~0.4.0",
|
||||
|
||||
Reference in New Issue
Block a user