Created
July 26, 2017 00:50
-
-
Save zpao/7c12941479af9349a1f48e911f9e6b04 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/package.json b/package.json | |
index 7747f0d5..1b490635 100644 | |
--- a/package.json | |
+++ b/package.json | |
@@ -31,25 +31,25 @@ | |
"babel-traverse": "6.25.0", | |
"babel-types": "6.25.0", | |
"babylon": "6.17.3", | |
"chalk": "^1.1.3", | |
"del": "2.2.2", | |
"eslint": "3.19.0", | |
"eslint-config-fbjs": "1.1.1", | |
"eslint-plugin-babel": "3.3.0", | |
"eslint-plugin-flowtype": "2.30.4", | |
"eslint-plugin-react": "5.2.2", | |
"event-stream": "3.3.4", | |
"fb-watchman": "2.0.0", | |
- "fbjs": "0.8.12", | |
+ "fbjs": "0.8.13", | |
"fbjs-scripts": "0.7.1", | |
"flow-bin": "^0.50.0", | |
"graphql": "^0.10.5", | |
"gulp": "3.9.1", | |
"gulp-babel": "6.1.2", | |
"gulp-chmod": "2.0.0", | |
"gulp-derequire": "2.1.0", | |
"gulp-flatten": "0.3.1", | |
"gulp-header": "1.8.8", | |
"gulp-util": "3.0.8", | |
"immutable": "3.8.1", | |
"iterall": "1.0.3", | |
diff --git a/yarn.lock b/yarn.lock | |
index 25d05073..3b7ed968 100644 | |
--- a/yarn.lock | |
+++ b/yarn.lock | |
@@ -1509,25 +1509,37 @@ [email protected]: | |
version "0.7.1" | |
resolved "https://registry.yarnpkg.com/fbjs-scripts/-/fbjs-scripts-0.7.1.tgz#4f115e218e243e3addbf0eddaac1e3c62f703fac" | |
dependencies: | |
babel-core "^6.7.2" | |
babel-preset-fbjs "^1.0.0" | |
core-js "^1.0.0" | |
cross-spawn "^3.0.1" | |
gulp-util "^3.0.4" | |
object-assign "^4.0.1" | |
semver "^5.1.0" | |
through2 "^2.0.0" | |
[email protected], fbjs@^0.8.9: | |
[email protected]: | |
+ version "0.8.13" | |
+ resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.13.tgz#9fb9819077d40d88c989def88ad6f05fb0e91f57" | |
+ 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: | |
version "0.8.12" | |
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.12.tgz#10b5d92f76d45575fd63a217d4ea02bea2f8ed04" | |
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" | |
figures@^1.3.5: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment