Skip to content

Commit 1a401a6

Browse files
committed
chore(deps): update dependency metro-react-native-babel-preset to v0.61.0
1 parent 03c271e commit 1a401a6

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.61.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
@@ -1311,8 +1311,7 @@
13111311
tsutils "^3.17.1"
13121312

13131313
"@uiw/react-native-amap-geolocation@link:..":
1314-
version "0.0.0"
1315-
uid ""
1314+
version "1.2.2"
13161315

13171316
abab@^2.0.0:
13181317
version "2.0.3"
@@ -4579,6 +4578,51 @@ metro-react-native-babel-preset@0.59.0:
45794578
"@babel/template" "^7.0.0"
45804579
react-refresh "^0.4.0"
45814580

4581+
metro-react-native-babel-preset@0.61.0:
4582+
version "0.61.0"
4583+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.61.0.tgz#4276f6a300daba5f43d6b35f30a8354f8aa093a1"
4584+
integrity sha512-k0j2K70YadKFFayFOtw9sbaB38LdkkJLluwqHvyl9CRAa3m7cWQ6pZbakCPrp3OWyo7dJWbP70ybOvjoDv2jwQ==
4585+
dependencies:
4586+
"@babel/core" "^7.0.0"
4587+
"@babel/plugin-proposal-class-properties" "^7.0.0"
4588+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
4589+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
4590+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
4591+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
4592+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
4593+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
4594+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
4595+
"@babel/plugin-syntax-flow" "^7.2.0"
4596+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
4597+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
4598+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
4599+
"@babel/plugin-transform-block-scoping" "^7.0.0"
4600+
"@babel/plugin-transform-classes" "^7.0.0"
4601+
"@babel/plugin-transform-computed-properties" "^7.0.0"
4602+
"@babel/plugin-transform-destructuring" "^7.0.0"
4603+
"@babel/plugin-transform-exponentiation-operator" "^7.0.0"
4604+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
4605+
"@babel/plugin-transform-for-of" "^7.0.0"
4606+
"@babel/plugin-transform-function-name" "^7.0.0"
4607+
"@babel/plugin-transform-literals" "^7.0.0"
4608+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
4609+
"@babel/plugin-transform-object-assign" "^7.0.0"
4610+
"@babel/plugin-transform-parameters" "^7.0.0"
4611+
"@babel/plugin-transform-react-display-name" "^7.0.0"
4612+
"@babel/plugin-transform-react-jsx" "^7.0.0"
4613+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
4614+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
4615+
"@babel/plugin-transform-regenerator" "^7.0.0"
4616+
"@babel/plugin-transform-runtime" "^7.0.0"
4617+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
4618+
"@babel/plugin-transform-spread" "^7.0.0"
4619+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
4620+
"@babel/plugin-transform-template-literals" "^7.0.0"
4621+
"@babel/plugin-transform-typescript" "^7.5.0"
4622+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
4623+
"@babel/template" "^7.0.0"
4624+
react-refresh "^0.4.0"
4625+
45824626
metro-react-native-babel-transformer@0.59.0:
45834627
version "0.59.0"
45844628
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)