Skip to content

Commit

Permalink
perf: ⬆️ replaced metro-react-native-babel-preset to `@react-native…
Browse files Browse the repository at this point in the history
…/babel-preset`
  • Loading branch information
AndrewDongminYoo committed Mar 6, 2024
1 parent c16ea2f commit 26b1e19
Show file tree
Hide file tree
Showing 2 changed files with 686 additions and 690 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "^0.72.0",
"react-native": "^0.73.0",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-gesture-handler": "^2.12.0",
"react-native-gesture-handler": "^2.14.0",
"react-native-permissions": "^3.10.0",
"react-native-reanimated": "^3.3.0",
"react-native-svg": "^13.14.0"
"react-native-reanimated": "^3.6.0",
"react-native-svg": "^14.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@react-native/metro-config": "^0.72.0",
"@react-native/babel-preset": "^0.73.0",
"@react-native/metro-config": "^0.73.0",
"@rnx-kit/align-deps": "^2.2.5",
"babel-plugin-module-resolver": "^5.0.0",
"metro-react-native-babel-preset": "^0.76.5",
"pod-install": "^0.1.0"
},
"engines": {
Expand All @@ -44,7 +44,7 @@
"kitType": "app",
"alignDeps": {
"requirements": [
"react-native@0.72"
"react-native@0.73"
],
"capabilities": [
"animation",
Expand Down
Loading

0 comments on commit 26b1e19

Please sign in to comment.