mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
Lock down Babel to 7-beta.40
Summary: This will lock down the plugins to babel version 7-beta.40 Reviewed By: davidaurelio Differential Revision: D7707160 fbshipit-source-id: 6aec7f98348cac6ddd680c73ea4e36e0fb23e2a8
This commit is contained in:
committed by
Facebook Github Bot
parent
d69e55060f
commit
2e7dfd5213
@@ -15,31 +15,31 @@
|
||||
},
|
||||
"homepage": "https://github.com/facebook/react-native/tree/master/babel-preset/README.md",
|
||||
"dependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0-beta",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-arrow-functions": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-block-scoping": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-classes": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-computed-properties": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-destructuring": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-exponentiation-operator": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-for-of": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-function-name": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-literals": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-object-assign": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-parameters": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-shorthand-properties": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-react-display-name": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-react-jsx": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-react-jsx-source": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-regenerator": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-spread": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-sticky-regex": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-unicode-regex": "^7.0.0-beta",
|
||||
"@babel/plugin-transform-template-literals": "^7.0.0-beta",
|
||||
"@babel/template": "^7.0.0-beta",
|
||||
"@babel/plugin-proposal-class-properties": "7.0.0-beta.40",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-arrow-functions": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-block-scoping": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-classes": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-computed-properties": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-destructuring": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-exponentiation-operator": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-flow-strip-types": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-for-of": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-function-name": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-literals": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-object-assign": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-parameters": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-react-display-name": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-react-jsx": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-react-jsx-source": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-regenerator": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-shorthand-properties": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-spread": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-sticky-regex": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-template-literals": "7.0.0-beta.40",
|
||||
"@babel/plugin-transform-unicode-regex": "7.0.0-beta.40",
|
||||
"@babel/template": "7.0.0-beta.40",
|
||||
"metro-babel7-plugin-react-transform": "0.32.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user