Skip to content

Commit ec4da1a

Browse files
committed
chore(deps): update dependency metro-react-native-babel-preset to v0.64.0
1 parent 303b42d commit ec4da1a

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.1.0",
2222
"eslint": "6.5.1",
2323
"jest": "25.1.0",
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
@@ -1325,8 +1325,7 @@
13251325
tsutils "^3.17.1"
13261326

13271327
"@uiw/react-native-amap-geolocation@link:..":
1328-
version "0.0.0"
1329-
uid ""
1328+
version "1.5.3"
13301329

13311330
abab@^2.0.0:
13321331
version "2.0.5"
@@ -4632,6 +4631,51 @@ metro-react-native-babel-preset@0.59.0:
46324631
"@babel/template" "^7.0.0"
46334632
react-refresh "^0.4.0"
46344633

4634+
metro-react-native-babel-preset@0.64.0:
4635+
version "0.64.0"
4636+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.64.0.tgz#76861408681dfda3c1d962eb31a8994918c976f8"
4637+
integrity sha512-HcZ0RWQRuJfpPiaHyFQJzcym+/dDIVUPwUAXWoub/C4GkGu+mPjp8vqK6g0FxokCnnI2TK0gZTza2IDfiNNscQ==
4638+
dependencies:
4639+
"@babel/core" "^7.0.0"
4640+
"@babel/plugin-proposal-class-properties" "^7.0.0"
4641+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
4642+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
4643+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
4644+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
4645+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
4646+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
4647+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
4648+
"@babel/plugin-syntax-flow" "^7.2.0"
4649+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
4650+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
4651+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
4652+
"@babel/plugin-transform-block-scoping" "^7.0.0"
4653+
"@babel/plugin-transform-classes" "^7.0.0"
4654+
"@babel/plugin-transform-computed-properties" "^7.0.0"
4655+
"@babel/plugin-transform-destructuring" "^7.0.0"
4656+
"@babel/plugin-transform-exponentiation-operator" "^7.0.0"
4657+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
4658+
"@babel/plugin-transform-for-of" "^7.0.0"
4659+
"@babel/plugin-transform-function-name" "^7.0.0"
4660+
"@babel/plugin-transform-literals" "^7.0.0"
4661+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
4662+
"@babel/plugin-transform-object-assign" "^7.0.0"
4663+
"@babel/plugin-transform-parameters" "^7.0.0"
4664+
"@babel/plugin-transform-react-display-name" "^7.0.0"
4665+
"@babel/plugin-transform-react-jsx" "^7.0.0"
4666+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
4667+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
4668+
"@babel/plugin-transform-regenerator" "^7.0.0"
4669+
"@babel/plugin-transform-runtime" "^7.0.0"
4670+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
4671+
"@babel/plugin-transform-spread" "^7.0.0"
4672+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
4673+
"@babel/plugin-transform-template-literals" "^7.0.0"
4674+
"@babel/plugin-transform-typescript" "^7.5.0"
4675+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
4676+
"@babel/template" "^7.0.0"
4677+
react-refresh "^0.4.0"
4678+
46354679
metro-react-native-babel-transformer@0.59.0:
46364680
version "0.59.0"
46374681
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)