Skip to content

Commit 676aac1

Browse files
committed
Update npm dependencies [skip ci]
1 parent 12479d3 commit 676aac1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

npm-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"node": ">=0.10.0"
2929
},
3030
"dependencies": {
31-
"envify": "~1.2.0"
31+
"envify": "^2.0.0"
3232
},
3333
"browserify": {
3434
"transform": ["envify"]

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@
3333
"url": "https://github.com/facebook/react"
3434
},
3535
"dependencies": {
36-
"commoner": "^0.9.2",
37-
"esprima-fb": "~4001.1.0-dev-harmony-fb",
38-
"jstransform": "~5.0.0"
36+
"commoner": "^0.9.4",
37+
"esprima-fb": "^4001.1001.0-dev-harmony-fb",
38+
"jstransform": "^6.0.0"
3939
},
4040
"devDependencies": {
4141
"benchmark": "~1.0.0",
4242
"browserify": "^4.1.10",
4343
"coverify": "~1.0.4",
44-
"envify": "~1.2.0",
44+
"envify": "^2.0.0",
4545
"es3ify": "~0.1.2",
4646
"es5-shim": "^3.4.0",
4747
"grunt": "~0.4.2",
4848
"grunt-cli": "~0.1.9",
4949
"grunt-compare-size": "~0.4.0",
5050
"grunt-contrib-clean": "~0.5.0",
51-
"grunt-contrib-compress": "^0.8.0",
51+
"grunt-contrib-compress": "^0.9.1",
5252
"grunt-contrib-connect": "~0.6.0",
5353
"grunt-contrib-copy": "~0.5.0",
5454
"grunt-contrib-jshint": "^0.10.0",

0 commit comments

Comments
 (0)