Skip to content

Commit

Permalink
perf: ➕ add @react-native/typescript-config package as dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDongminYoo committed Mar 6, 2024
1 parent a634d22 commit 7845558
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 37 deletions.
13 changes: 7 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@
"react-native-gesture-handler": "^2.14.0",
"react-native-permissions": "^4.1.4",
"react-native-reanimated": "^3.6.0",
"react-native-svg": "^15.1.0"
"react-native-svg": "^14.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@react-native/babel-preset": "^0.73.0",
"@react-native/metro-config": "^0.73.0",
"@rnx-kit/align-deps": "^2.2.5",
"@react-native/typescript-config": "0.74.0",
"@rnx-kit/align-deps": "^2.3.4",
"babel-plugin-module-resolver": "^5.0.0",
"pod-install": "^0.2.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"reactNativePermissionsIOS": [
"Motion"
Expand Down
Loading

0 comments on commit 7845558

Please sign in to comment.