Skip to content

Commit 30f7d46

Browse files
committed
chore(deps): update dependency metro-react-native-babel-preset to v0.64.0
1 parent dd227ce commit 30f7d46

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
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.64.0",
2525
"react-test-renderer": "16.13.1"
2626
},
2727
"jest": {

example/yarn.lock

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,8 +1331,7 @@
13311331
tsutils "^3.17.1"
13321332

13331333
"@uiw/react-native-alipay@link:..":
1334-
version "0.0.0"
1335-
uid ""
1334+
version "3.0.0"
13361335

13371336
abab@^2.0.0:
13381337
version "2.0.5"
@@ -4660,6 +4659,51 @@ metro-react-native-babel-preset@0.59.0:
46604659
"@babel/template" "^7.0.0"
46614660
react-refresh "^0.4.0"
46624661

4662+
metro-react-native-babel-preset@0.64.0:
4663+
version "0.64.0"
4664+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.64.0.tgz#76861408681dfda3c1d962eb31a8994918c976f8"
4665+
integrity sha512-HcZ0RWQRuJfpPiaHyFQJzcym+/dDIVUPwUAXWoub/C4GkGu+mPjp8vqK6g0FxokCnnI2TK0gZTza2IDfiNNscQ==
4666+
dependencies:
4667+
"@babel/core" "^7.0.0"
4668+
"@babel/plugin-proposal-class-properties" "^7.0.0"
4669+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
4670+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
4671+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
4672+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
4673+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
4674+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
4675+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
4676+
"@babel/plugin-syntax-flow" "^7.2.0"
4677+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
4678+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
4679+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
4680+
"@babel/plugin-transform-block-scoping" "^7.0.0"
4681+
"@babel/plugin-transform-classes" "^7.0.0"
4682+
"@babel/plugin-transform-computed-properties" "^7.0.0"
4683+
"@babel/plugin-transform-destructuring" "^7.0.0"
4684+
"@babel/plugin-transform-exponentiation-operator" "^7.0.0"
4685+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
4686+
"@babel/plugin-transform-for-of" "^7.0.0"
4687+
"@babel/plugin-transform-function-name" "^7.0.0"
4688+
"@babel/plugin-transform-literals" "^7.0.0"
4689+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
4690+
"@babel/plugin-transform-object-assign" "^7.0.0"
4691+
"@babel/plugin-transform-parameters" "^7.0.0"
4692+
"@babel/plugin-transform-react-display-name" "^7.0.0"
4693+
"@babel/plugin-transform-react-jsx" "^7.0.0"
4694+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
4695+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
4696+
"@babel/plugin-transform-regenerator" "^7.0.0"
4697+
"@babel/plugin-transform-runtime" "^7.0.0"
4698+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
4699+
"@babel/plugin-transform-spread" "^7.0.0"
4700+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
4701+
"@babel/plugin-transform-template-literals" "^7.0.0"
4702+
"@babel/plugin-transform-typescript" "^7.5.0"
4703+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
4704+
"@babel/template" "^7.0.0"
4705+
react-refresh "^0.4.0"
4706+
46634707
metro-react-native-babel-transformer@0.59.0:
46644708
version "0.59.0"
46654709
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)