Upgrade to fbjs v0.8.4 (#7532)

This commit is contained in:
Paul O’Shannessy 2016-08-19 10:40:03 -07:00 committed by GitHub
parent 11c0adcc95
commit 944be18357
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
"eslint": "1.10.3",
"eslint-plugin-react": "4.1.0",
"eslint-plugin-react-internal": "file:eslint-rules",
"fbjs": "^0.8.1",
"fbjs": "^0.8.4",
"fbjs-scripts": "^0.6.0",
"flow-bin": "^0.27.0",
"glob": "^6.0.1",

View File

@ -13,7 +13,7 @@
},
"homepage": "https://facebook.github.io/react/",
"dependencies": {
"fbjs": "^0.8.1",
"fbjs": "^0.8.4",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.0"
},

View File

@ -14,7 +14,7 @@
},
"homepage": "https://facebook.github.io/react-native/",
"dependencies": {
"fbjs": "^0.8.1",
"fbjs": "^0.8.4",
"object-assign": "^4.1.0"
},
"peerDependencies": {

View File

@ -23,7 +23,7 @@
"node": ">=0.10.0"
},
"dependencies": {
"fbjs": "^0.8.1",
"fbjs": "^0.8.4",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.0"
},