Bump fbjs to 0.8.9 (#8910)

This commit is contained in:
Jon Bretman
2017-03-28 11:00:38 -07:00
committed by Brian Vaughn
parent a27e5d374a
commit e33eab40a6
8 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "BSD-3-Clause",
"dependencies": {
"fbjs": "^0.8.4",
"fbjs": "^0.8.9",
"object-assign": "^4.1.0"
},
"peerDependencies": {
+1 -1
View File
@@ -47,7 +47,7 @@
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-react-internal": "file:eslint-rules",
"fbjs": "^0.8.5",
"fbjs": "^0.8.9",
"fbjs-scripts": "^0.6.0",
"flow-bin": "^0.37.0",
"glob": "^6.0.1",
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "BSD-3-Clause",
"dependencies": {
"fbjs": "^0.8.4",
"fbjs": "^0.8.9",
"object-assign": "^4.1.0"
},
"peerDependencies": {
+1 -1
View File
@@ -13,7 +13,7 @@
},
"homepage": "https://facebook.github.io/react/",
"dependencies": {
"fbjs": "^0.8.1",
"fbjs": "^0.8.9",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.0"
},
+1 -1
View File
@@ -14,7 +14,7 @@
},
"homepage": "https://facebook.github.io/react-native/",
"dependencies": {
"fbjs": "^0.8.1",
"fbjs": "^0.8.9",
"object-assign": "^4.1.0"
},
"peerDependencies": {
+1 -1
View File
@@ -15,7 +15,7 @@
},
"homepage": "https://facebook.github.io/react/",
"dependencies": {
"fbjs": "^0.8.4",
"fbjs": "^0.8.9",
"object-assign": "^4.1.0"
},
"peerDependencies": {
+1 -1
View File
@@ -23,7 +23,7 @@
"node": ">=0.10.0"
},
"dependencies": {
"fbjs": "^0.8.4",
"fbjs": "^0.8.9",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.0"
},
+4 -3
View File
@@ -2049,15 +2049,16 @@ fbjs-scripts@^0.6.0:
semver "^5.1.0"
through2 "^2.0.0"
fbjs@^0.8.5:
version "0.8.6"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.6.tgz#7eb67d6986b2d5007a9b6e92e0e7cb6f75cad290"
fbjs@^0.8.9:
version "0.8.9"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.9.tgz#180247fbd347dcc9004517b904f865400a0c8f14"
dependencies:
core-js "^1.0.0"
isomorphic-fetch "^2.1.1"
loose-envify "^1.0.0"
object-assign "^4.1.0"
promise "^7.1.1"
setimmediate "^1.0.5"
ua-parser-js "^0.7.9"
fbjs@^0.8.9: