-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rn): udpate metro & @react-native-community/cli version (#9540)
* feat(rn): udpate metro & @react-native-community/cli version * feat(rn-runner): add sourcemap options support
- Loading branch information
1 parent
aad5238
commit c0fb538
Showing
10 changed files
with
957 additions
and
1,691 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -566,7 +566,7 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.13.0" | ||
|
||
"@babel/plugin-transform-async-to-generator@^7.0.0", "@babel/plugin-transform-async-to-generator@^7.12.13": | ||
"@babel/plugin-transform-async-to-generator@^7.12.13": | ||
version "7.13.0" | ||
resolved "https://registry.npm.taobao.org/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.13.0.tgz#8e112bf6771b82bf1e974e5e26806c5c99aa516f" | ||
integrity sha1-jhEr9ncbgr8el05eJoBsXJmqUW8= | ||
|
@@ -5385,10 +5385,10 @@ [email protected]: | |
dependencies: | ||
uglify-es "^3.1.9" | ||
|
||
[email protected]: | ||
[email protected], metro-react-native-babel-preset@^0.64.0: | ||
version "0.64.0" | ||
resolved "https://registry.nlark.com/metro-react-native-babel-preset/download/metro-react-native-babel-preset-0.64.0.tgz?cache=0&sync_timestamp=1618912791098&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmetro-react-native-babel-preset%2Fdownload%2Fmetro-react-native-babel-preset-0.64.0.tgz#76861408681dfda3c1d962eb31a8994918c976f8" | ||
integrity sha1-doYUCGgd/aPB2WLrMaiZSRjJdvg= | ||
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.64.0.tgz#76861408681dfda3c1d962eb31a8994918c976f8" | ||
integrity sha512-HcZ0RWQRuJfpPiaHyFQJzcym+/dDIVUPwUAXWoub/C4GkGu+mPjp8vqK6g0FxokCnnI2TK0gZTza2IDfiNNscQ== | ||
dependencies: | ||
"@babel/core" "^7.0.0" | ||
"@babel/plugin-proposal-class-properties" "^7.0.0" | ||
|
@@ -5430,52 +5430,6 @@ [email protected]: | |
"@babel/template" "^7.0.0" | ||
react-refresh "^0.4.0" | ||
|
||
metro-react-native-babel-preset@^0.65.2: | ||
version "0.65.2" | ||
resolved "https://registry.nlark.com/metro-react-native-babel-preset/download/metro-react-native-babel-preset-0.65.2.tgz?cache=0&sync_timestamp=1618912791098&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmetro-react-native-babel-preset%2Fdownload%2Fmetro-react-native-babel-preset-0.65.2.tgz#786cbb8b21daa614cbbebcc5c3ce72b6b0710892" | ||
integrity sha1-eGy7iyHaphTLvrzFw85ytrBxCJI= | ||
dependencies: | ||
"@babel/core" "^7.0.0" | ||
"@babel/plugin-proposal-class-properties" "^7.0.0" | ||
"@babel/plugin-proposal-export-default-from" "^7.0.0" | ||
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.0.0" | ||
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0" | ||
"@babel/plugin-proposal-optional-chaining" "^7.0.0" | ||
"@babel/plugin-syntax-dynamic-import" "^7.0.0" | ||
"@babel/plugin-syntax-export-default-from" "^7.0.0" | ||
"@babel/plugin-syntax-flow" "^7.2.0" | ||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" | ||
"@babel/plugin-syntax-optional-chaining" "^7.0.0" | ||
"@babel/plugin-transform-arrow-functions" "^7.0.0" | ||
"@babel/plugin-transform-async-to-generator" "^7.0.0" | ||
"@babel/plugin-transform-block-scoping" "^7.0.0" | ||
"@babel/plugin-transform-classes" "^7.0.0" | ||
"@babel/plugin-transform-computed-properties" "^7.0.0" | ||
"@babel/plugin-transform-destructuring" "^7.0.0" | ||
"@babel/plugin-transform-exponentiation-operator" "^7.0.0" | ||
"@babel/plugin-transform-flow-strip-types" "^7.0.0" | ||
"@babel/plugin-transform-for-of" "^7.0.0" | ||
"@babel/plugin-transform-function-name" "^7.0.0" | ||
"@babel/plugin-transform-literals" "^7.0.0" | ||
"@babel/plugin-transform-modules-commonjs" "^7.0.0" | ||
"@babel/plugin-transform-object-assign" "^7.0.0" | ||
"@babel/plugin-transform-parameters" "^7.0.0" | ||
"@babel/plugin-transform-react-display-name" "^7.0.0" | ||
"@babel/plugin-transform-react-jsx" "^7.0.0" | ||
"@babel/plugin-transform-react-jsx-self" "^7.0.0" | ||
"@babel/plugin-transform-react-jsx-source" "^7.0.0" | ||
"@babel/plugin-transform-regenerator" "^7.0.0" | ||
"@babel/plugin-transform-runtime" "^7.0.0" | ||
"@babel/plugin-transform-shorthand-properties" "^7.0.0" | ||
"@babel/plugin-transform-spread" "^7.0.0" | ||
"@babel/plugin-transform-sticky-regex" "^7.0.0" | ||
"@babel/plugin-transform-template-literals" "^7.0.0" | ||
"@babel/plugin-transform-typescript" "^7.5.0" | ||
"@babel/plugin-transform-unicode-regex" "^7.0.0" | ||
"@babel/template" "^7.0.0" | ||
react-refresh "^0.4.0" | ||
|
||
[email protected], metro-react-native-babel-transformer@^0.64.0: | ||
version "0.64.0" | ||
resolved "https://registry.nlark.com/metro-react-native-babel-transformer/download/metro-react-native-babel-transformer-0.64.0.tgz?cache=0&sync_timestamp=1618913443014&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmetro-react-native-babel-transformer%2Fdownload%2Fmetro-react-native-babel-transformer-0.64.0.tgz#eafef756972f20efdc51bd5361d55f8598355623" | ||
|
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
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
Oops, something went wrong.