Skip to content

Commit b2f9bff

Browse files
committed
chore(deps): update dependency metro-react-native-babel-preset to v0.62.0
1 parent e931c29 commit b2f9bff

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
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": "25.5.1",
2222
"eslint": "6.8.0",
2323
"jest": "25.5.4",
24-
"metro-react-native-babel-preset": "0.59.0",
24+
"metro-react-native-babel-preset": "0.62.0",
2525
"react-test-renderer": "16.13.1"
2626
},
2727
"jest": {

example/yarn.lock

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@
12851285
tsutils "^3.17.1"
12861286

12871287
"@uiw/react-native-alipay@link:..":
1288-
version "2.0.9"
1288+
version "2.1.3"
12891289

12901290
abab@^2.0.0:
12911291
version "2.0.3"
@@ -4573,6 +4573,51 @@ metro-react-native-babel-preset@0.59.0:
45734573
"@babel/template" "^7.0.0"
45744574
react-refresh "^0.4.0"
45754575

4576+
metro-react-native-babel-preset@0.62.0:
4577+
version "0.62.0"
4578+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.62.0.tgz#f97ba108e289bddf40bb76cde9f9ccfac7ce5586"
4579+
integrity sha512-TznN3fyzo68A7TsO5paUsvKY4bXEk0BreVVXY/hKUXxv8p0Ts7gOB9ciXX2QT+8Egcs6+T4z/S06bONUYlWFJg==
4580+
dependencies:
4581+
"@babel/core" "^7.0.0"
4582+
"@babel/plugin-proposal-class-properties" "^7.0.0"
4583+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
4584+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
4585+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
4586+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
4587+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
4588+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
4589+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
4590+
"@babel/plugin-syntax-flow" "^7.2.0"
4591+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
4592+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
4593+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
4594+
"@babel/plugin-transform-block-scoping" "^7.0.0"
4595+
"@babel/plugin-transform-classes" "^7.0.0"
4596+
"@babel/plugin-transform-computed-properties" "^7.0.0"
4597+
"@babel/plugin-transform-destructuring" "^7.0.0"
4598+
"@babel/plugin-transform-exponentiation-operator" "^7.0.0"
4599+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
4600+
"@babel/plugin-transform-for-of" "^7.0.0"
4601+
"@babel/plugin-transform-function-name" "^7.0.0"
4602+
"@babel/plugin-transform-literals" "^7.0.0"
4603+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
4604+
"@babel/plugin-transform-object-assign" "^7.0.0"
4605+
"@babel/plugin-transform-parameters" "^7.0.0"
4606+
"@babel/plugin-transform-react-display-name" "^7.0.0"
4607+
"@babel/plugin-transform-react-jsx" "^7.0.0"
4608+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
4609+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
4610+
"@babel/plugin-transform-regenerator" "^7.0.0"
4611+
"@babel/plugin-transform-runtime" "^7.0.0"
4612+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
4613+
"@babel/plugin-transform-spread" "^7.0.0"
4614+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
4615+
"@babel/plugin-transform-template-literals" "^7.0.0"
4616+
"@babel/plugin-transform-typescript" "^7.5.0"
4617+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
4618+
"@babel/template" "^7.0.0"
4619+
react-refresh "^0.4.0"
4620+
45764621
metro-react-native-babel-transformer@0.59.0:
45774622
version "0.59.0"
45784623
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.59.0.tgz#9b3dfd6ad35c6ef37fc4ce4d20a2eb67fabbb4be"

0 commit comments

Comments
 (0)