Skip to content

Commit cb76dac

Browse files
committed
corrected packages
1 parent d385647 commit cb76dac

File tree

3 files changed

+116
-0
lines changed

3 files changed

+116
-0
lines changed

package-lock.json

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"eslint-config-prettier": "^8.5.0",
7272
"eslint-plugin-prettier": "^4.0.0",
7373
"jest": "^28.1.1",
74+
"metro-react-native-babel-preset": "^0.77.0",
7475
"pod-install": "^0.1.0",
7576
"prettier": "^2.0.5",
7677
"react": "18.2.0",

yarn.lock

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7835,6 +7835,51 @@ [email protected]:
78357835
flow-enums-runtime "^0.0.6"
78367836
terser "^5.15.0"
78377837

7838+
metro-react-native-babel-preset@^0.77.0:
7839+
version "0.77.0"
7840+
resolved "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.77.0.tgz"
7841+
integrity sha512-HPPD+bTxADtoE4y/4t1txgTQ1LVR6imOBy7RMHUsqMVTbekoi8Ph5YI9vKX2VMPtVWeFt0w9YnCSLPa76GcXsA==
7842+
dependencies:
7843+
"@babel/core" "^7.20.0"
7844+
"@babel/plugin-proposal-async-generator-functions" "^7.0.0"
7845+
"@babel/plugin-proposal-class-properties" "^7.18.0"
7846+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
7847+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.0"
7848+
"@babel/plugin-proposal-numeric-separator" "^7.0.0"
7849+
"@babel/plugin-proposal-object-rest-spread" "^7.20.0"
7850+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
7851+
"@babel/plugin-proposal-optional-chaining" "^7.20.0"
7852+
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
7853+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
7854+
"@babel/plugin-syntax-flow" "^7.18.0"
7855+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
7856+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
7857+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
7858+
"@babel/plugin-transform-async-to-generator" "^7.20.0"
7859+
"@babel/plugin-transform-block-scoping" "^7.0.0"
7860+
"@babel/plugin-transform-classes" "^7.0.0"
7861+
"@babel/plugin-transform-computed-properties" "^7.0.0"
7862+
"@babel/plugin-transform-destructuring" "^7.20.0"
7863+
"@babel/plugin-transform-flow-strip-types" "^7.20.0"
7864+
"@babel/plugin-transform-function-name" "^7.0.0"
7865+
"@babel/plugin-transform-literals" "^7.0.0"
7866+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
7867+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0"
7868+
"@babel/plugin-transform-parameters" "^7.0.0"
7869+
"@babel/plugin-transform-react-display-name" "^7.0.0"
7870+
"@babel/plugin-transform-react-jsx" "^7.0.0"
7871+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
7872+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
7873+
"@babel/plugin-transform-runtime" "^7.0.0"
7874+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
7875+
"@babel/plugin-transform-spread" "^7.0.0"
7876+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
7877+
"@babel/plugin-transform-typescript" "^7.5.0"
7878+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
7879+
"@babel/template" "^7.0.0"
7880+
babel-plugin-transform-flow-enums "^0.0.2"
7881+
react-refresh "^0.4.0"
7882+
78387883
78397884
version "0.80.12"
78407885
resolved "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.80.12.tgz"
@@ -9015,6 +9060,11 @@ react-refresh@^0.14.0:
90159060
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz"
90169061
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
90179062

9063+
react-refresh@^0.4.0:
9064+
version "0.4.3"
9065+
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.4.3.tgz"
9066+
integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==
9067+
90189068
react-shallow-renderer@^16.15.0:
90199069
version "16.15.0"
90209070
resolved "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz"

0 commit comments

Comments
 (0)