Skip to content

Commit

Permalink
Merge pull request #4238 from bhamodi/bhamodi/update-dependency-notation
Browse files Browse the repository at this point in the history
More conservative dependency update.
  • Loading branch information
zpao committed Jul 2, 2015
2 parents 8953033 + c1ec407 commit d268a9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,36 @@
"devDependencies": {
"babel": "^5.5.5",
"babel-eslint": "^3.1.14",
"benchmark": "~1.0.0",
"benchmark": "^1.0.0",
"browserify": "^9.0.3",
"bundle-collapser": "^1.1.1",
"coffee-script": "^1.8.0",
"coverify": "~1.0.4",
"coverify": "^1.3.3",
"derequire": "^2.0.0",
"envify": "^3.0.0",
"es5-shim": "^4.0.0",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.5.0",
"eslint-plugin-react-internal": "file:eslint-rules",
"eslint-tester": "^0.7.0",
"grunt": "~0.4.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-compare-size": "~0.4.0",
"grunt-compare-size": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-jest": "^0.1.2",
"grunt-jest": "^0.1.3",
"gzip-js": "~0.3.2",
"jasmine-tapreporter": "~0.2.2",
"jest-cli": "^0.4.11",
"optimist": "~0.6.0",
"phantomjs": "~1.9",
"jest-cli": "^0.4.13",
"optimist": "^0.6.1",
"phantomjs": "^1.9.17",
"platform": "^1.1.0",
"populist": "~0.1.6",
"sauce-tunnel": "~1.1.0",
"tmp": "~0.0.18",
"typescript": "^1.4.0",
"uglify-js": "^2.4.20",
"uglify-js": "^2.4.23",
"uglifyify": "^3.0.1",
"wd": "~0.2.6"
},
Expand Down

0 comments on commit d268a9f

Please sign in to comment.