Skip to content

Commit 8ad9f5c

Browse files
committed
chore(deps): update dependency metro-react-native-babel-preset to v0.66.0
1 parent a02615d commit 8ad9f5c

File tree

2 files changed

+78
-5
lines changed

2 files changed

+78
-5
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"babel-jest": "26.6.3",
2222
"eslint": "7.14.0",
2323
"jest": "26.6.3",
24-
"metro-react-native-babel-preset": "0.64.0",
24+
"metro-react-native-babel-preset": "0.66.0",
2525
"react-test-renderer": "17.0.1"
2626
},
2727
"jest": {

example/yarn.lock

Lines changed: 77 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
dependencies:
234234
"@babel/types" "^7.10.4"
235235

236-
"@babel/helper-module-imports@^7.13.12":
236+
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12":
237237
version "7.13.12"
238238
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
239239
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
@@ -298,6 +298,15 @@
298298
dependencies:
299299
lodash "^4.17.19"
300300

301+
"@babel/helper-remap-async-to-generator@^7.13.0":
302+
version "7.13.0"
303+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz#376a760d9f7b4b2077a9dd05aa9c3927cadb2209"
304+
integrity sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg==
305+
dependencies:
306+
"@babel/helper-annotate-as-pure" "^7.12.13"
307+
"@babel/helper-wrap-function" "^7.13.0"
308+
"@babel/types" "^7.13.0"
309+
301310
"@babel/helper-replace-supers@^7.10.4":
302311
version "7.10.4"
303312
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
@@ -376,6 +385,16 @@
376385
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
377386
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
378387

388+
"@babel/helper-wrap-function@^7.13.0":
389+
version "7.13.0"
390+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.tgz#bdb5c66fda8526ec235ab894ad53a1235c79fcc4"
391+
integrity sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA==
392+
dependencies:
393+
"@babel/helper-function-name" "^7.12.13"
394+
"@babel/template" "^7.12.13"
395+
"@babel/traverse" "^7.13.0"
396+
"@babel/types" "^7.13.0"
397+
379398
"@babel/helpers@^7.10.4":
380399
version "7.10.4"
381400
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
@@ -637,6 +656,15 @@
637656
dependencies:
638657
"@babel/helper-plugin-utils" "^7.10.4"
639658

659+
"@babel/plugin-transform-async-to-generator@^7.0.0":
660+
version "7.13.0"
661+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.13.0.tgz#8e112bf6771b82bf1e974e5e26806c5c99aa516f"
662+
integrity sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg==
663+
dependencies:
664+
"@babel/helper-module-imports" "^7.12.13"
665+
"@babel/helper-plugin-utils" "^7.13.0"
666+
"@babel/helper-remap-async-to-generator" "^7.13.0"
667+
640668
"@babel/plugin-transform-block-scoped-functions@^7.0.0":
641669
version "7.10.4"
642670
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz#1afa595744f75e43a91af73b0d998ecfe4ebc2e8"
@@ -988,7 +1016,7 @@
9881016
lodash "^4.17.19"
9891017
to-fast-properties "^2.0.0"
9901018

991-
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1":
1019+
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1":
9921020
version "7.14.1"
9931021
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
9941022
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
@@ -1610,8 +1638,7 @@
16101638
eslint-visitor-keys "^1.1.0"
16111639

16121640
"@uiw/react-native-alipay@link:..":
1613-
version "0.0.0"
1614-
uid ""
1641+
version "3.0.0"
16151642

16161643
abab@^2.0.3, abab@^2.0.5:
16171644
version "2.0.5"
@@ -4773,6 +4800,52 @@ metro-react-native-babel-preset@0.64.0:
47734800
"@babel/template" "^7.0.0"
47744801
react-refresh "^0.4.0"
47754802

4803+
metro-react-native-babel-preset@0.66.0:
4804+
version "0.66.0"
4805+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.66.0.tgz#a4495df4b24a2eb9f82705e0a53f4cbbd36d983e"
4806+
integrity sha512-rO3yayxplLNxFDc7HyMShN+psgEb2mbw15EMreNvgV8QnXNYHmgU6e15tLbtEvC8LuftOLuSufEdSmR/ykm+aA==
4807+
dependencies:
4808+
"@babel/core" "^7.0.0"
4809+
"@babel/plugin-proposal-class-properties" "^7.0.0"
4810+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
4811+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
4812+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
4813+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
4814+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
4815+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
4816+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
4817+
"@babel/plugin-syntax-flow" "^7.2.0"
4818+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
4819+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
4820+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
4821+
"@babel/plugin-transform-async-to-generator" "^7.0.0"
4822+
"@babel/plugin-transform-block-scoping" "^7.0.0"
4823+
"@babel/plugin-transform-classes" "^7.0.0"
4824+
"@babel/plugin-transform-computed-properties" "^7.0.0"
4825+
"@babel/plugin-transform-destructuring" "^7.0.0"
4826+
"@babel/plugin-transform-exponentiation-operator" "^7.0.0"
4827+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
4828+
"@babel/plugin-transform-for-of" "^7.0.0"
4829+
"@babel/plugin-transform-function-name" "^7.0.0"
4830+
"@babel/plugin-transform-literals" "^7.0.0"
4831+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
4832+
"@babel/plugin-transform-object-assign" "^7.0.0"
4833+
"@babel/plugin-transform-parameters" "^7.0.0"
4834+
"@babel/plugin-transform-react-display-name" "^7.0.0"
4835+
"@babel/plugin-transform-react-jsx" "^7.0.0"
4836+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
4837+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
4838+
"@babel/plugin-transform-regenerator" "^7.0.0"
4839+
"@babel/plugin-transform-runtime" "^7.0.0"
4840+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
4841+
"@babel/plugin-transform-spread" "^7.0.0"
4842+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
4843+
"@babel/plugin-transform-template-literals" "^7.0.0"
4844+
"@babel/plugin-transform-typescript" "^7.5.0"
4845+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
4846+
"@babel/template" "^7.0.0"
4847+
react-refresh "^0.4.0"
4848+
47764849
metro-react-native-babel-transformer@0.64.0, metro-react-native-babel-transformer@^0.64.0:
47774850
version "0.64.0"
47784851
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.64.0.tgz#eafef756972f20efdc51bd5361d55f8598355623"

0 commit comments

Comments
 (0)