Skip to content

Commit ee7b0b8

Browse files
chore(deps): update dependency metro-react-native-babel-preset to v0.73.9
1 parent 55e502c commit ee7b0b8

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"babel-jest": "^29.2.1",
2727
"eslint": "^8.19.0",
2828
"jest": "^29.2.1",
29-
"metro-react-native-babel-preset": "0.73.8",
29+
"metro-react-native-babel-preset": "0.73.9",
3030
"prettier": "^2.4.1",
3131
"react-test-renderer": "18.2.0",
3232
"typescript": "4.8.4"

example/yarn.lock

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,8 +1911,7 @@
19111911
eslint-visitor-keys "^3.3.0"
19121912

19131913
"@uiw/react-native-amap-geolocation@link:..":
1914-
version "0.0.0"
1915-
uid ""
1914+
version "2.0.0-alpha.2"
19161915

19171916
abort-controller@^3.0.0:
19181917
version "3.0.0"
@@ -4947,6 +4946,50 @@ metro-react-native-babel-preset@0.73.8:
49474946
"@babel/template" "^7.0.0"
49484947
react-refresh "^0.4.0"
49494948

4949+
metro-react-native-babel-preset@0.73.9:
4950+
version "0.73.9"
4951+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.9.tgz#ef54637dd20f025197beb49e71309a9c539e73e2"
4952+
integrity sha512-AoD7v132iYDV4K78yN2OLgTPwtAKn0XlD2pOhzyBxiI8PeXzozhbKyPV7zUOJUPETj+pcEVfuYj5ZN/8+bhbCw==
4953+
dependencies:
4954+
"@babel/core" "^7.20.0"
4955+
"@babel/plugin-proposal-async-generator-functions" "^7.0.0"
4956+
"@babel/plugin-proposal-class-properties" "^7.0.0"
4957+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
4958+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
4959+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
4960+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
4961+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
4962+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
4963+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
4964+
"@babel/plugin-syntax-flow" "^7.18.0"
4965+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
4966+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
4967+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
4968+
"@babel/plugin-transform-async-to-generator" "^7.0.0"
4969+
"@babel/plugin-transform-block-scoping" "^7.0.0"
4970+
"@babel/plugin-transform-classes" "^7.0.0"
4971+
"@babel/plugin-transform-computed-properties" "^7.0.0"
4972+
"@babel/plugin-transform-destructuring" "^7.0.0"
4973+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
4974+
"@babel/plugin-transform-function-name" "^7.0.0"
4975+
"@babel/plugin-transform-literals" "^7.0.0"
4976+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
4977+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0"
4978+
"@babel/plugin-transform-parameters" "^7.0.0"
4979+
"@babel/plugin-transform-react-display-name" "^7.0.0"
4980+
"@babel/plugin-transform-react-jsx" "^7.0.0"
4981+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
4982+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
4983+
"@babel/plugin-transform-runtime" "^7.0.0"
4984+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
4985+
"@babel/plugin-transform-spread" "^7.0.0"
4986+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
4987+
"@babel/plugin-transform-template-literals" "^7.0.0"
4988+
"@babel/plugin-transform-typescript" "^7.5.0"
4989+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
4990+
"@babel/template" "^7.0.0"
4991+
react-refresh "^0.4.0"
4992+
49504993
metro-react-native-babel-transformer@0.73.8:
49514994
version "0.73.8"
49524995
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.8.tgz#cbcd4b243216878431dc4311ce46f02a928e3991"

0 commit comments

Comments
 (0)