Skip to content

Commit

Permalink
Upgrade babel-preset-fbjs version
Browse files Browse the repository at this point in the history
Reviewed By: rafeca

Differential Revision: D8999145

fbshipit-source-id: e68648abe4b2fe5c6fc64cd18ebafbb758989d2f
  • Loading branch information
Miguel Jimenez Esun authored and facebook-github-bot committed Jul 27, 2018
1 parent e3e40e1 commit 7f35075
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel-plugin-transform-regenerator": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "^6.20.0",
"babel-preset-fbjs": "^2.1.4",
"babel-preset-fbjs": "2.2.0",
"babel-runtime": "^6.23.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/parser": "7.0.0-beta.54",
"@babel/types": "7.0.0-beta.54",
"babel-polyfill": "^6.20.0",
"babel-preset-fbjs": "^2.1.4",
"babel-preset-fbjs": "2.2.0",
"babel-runtime": "^6.23.0",
"babel-traverse": "^6.26.0",
"chalk": "^1.1.1",
Expand Down
35 changes: 34 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,40 @@ babel-polyfill@^6.20.0, babel-polyfill@^6.23.0:
core-js "^2.5.0"
regenerator-runtime "^0.10.5"

babel-preset-fbjs@^2.1.2, babel-preset-fbjs@^2.1.4:
babel-preset-fbjs@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-2.2.0.tgz#c25b879a914feefd964052b1bce4c90ee915023a"
dependencies:
babel-plugin-check-es2015-constants "^6.8.0"
babel-plugin-syntax-class-properties "^6.8.0"
babel-plugin-syntax-flow "^6.8.0"
babel-plugin-syntax-jsx "^6.8.0"
babel-plugin-syntax-object-rest-spread "^6.8.0"
babel-plugin-syntax-trailing-function-commas "^6.8.0"
babel-plugin-transform-class-properties "^6.8.0"
babel-plugin-transform-es2015-arrow-functions "^6.8.0"
babel-plugin-transform-es2015-block-scoped-functions "^6.8.0"
babel-plugin-transform-es2015-block-scoping "^6.8.0"
babel-plugin-transform-es2015-classes "^6.8.0"
babel-plugin-transform-es2015-computed-properties "^6.8.0"
babel-plugin-transform-es2015-destructuring "^6.8.0"
babel-plugin-transform-es2015-for-of "^6.8.0"
babel-plugin-transform-es2015-function-name "^6.8.0"
babel-plugin-transform-es2015-literals "^6.8.0"
babel-plugin-transform-es2015-modules-commonjs "^6.8.0"
babel-plugin-transform-es2015-object-super "^6.8.0"
babel-plugin-transform-es2015-parameters "^6.8.0"
babel-plugin-transform-es2015-shorthand-properties "^6.8.0"
babel-plugin-transform-es2015-spread "^6.8.0"
babel-plugin-transform-es2015-template-literals "^6.8.0"
babel-plugin-transform-es3-member-expression-literals "^6.8.0"
babel-plugin-transform-es3-property-literals "^6.8.0"
babel-plugin-transform-flow-strip-types "^6.8.0"
babel-plugin-transform-object-rest-spread "^6.8.0"
babel-plugin-transform-react-display-name "^6.8.0"
babel-plugin-transform-react-jsx "^6.8.0"

babel-preset-fbjs@^2.1.2:
version "2.1.4"
resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-2.1.4.tgz#22f358e6654073acf61e47a052a777d7bccf03af"
dependencies:
Expand Down

0 comments on commit 7f35075

Please sign in to comment.