Skip to content

Commit

Permalink
fix: force new metro version
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Oct 18, 2023
1 parent 676d55a commit 84a779f
Show file tree
Hide file tree
Showing 2 changed files with 781 additions and 866 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/netinfo": "^9.3.10",
"@react-native-cookies/cookies": "git+https://github.com/alexhernandez/cookies.git#patch-1",
"@react-native/metro-config": "0.72.9",
"@react-native/metro-config": "^0.74.0",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/material-top-tabs": "^6.6.2",
"@react-navigation/native": "^6.1.6",
Expand Down Expand Up @@ -55,6 +55,7 @@
"lottie-react-native": "^6.2.0",
"lru-cache": "7.14.0",
"md5": "^2.3.0",
"metro": "^0.79.1",
"qs": "^6.11.2",
"react": "18.2.0",
"react-i18next": "^12.2.2",
Expand Down Expand Up @@ -85,13 +86,16 @@
"react-native-vector-icons": "^9.2.0",
"react-native-video": "^5.2.1",
"react-native-webview": "^13.3.0",
"react-native-windows": "^0.65.0-0",
"react-native-windows": "^0.72.14",
"react-use": "^17.4.0",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0",
"ytdl-core": "git+https://[email protected]/lovegaoshi/node-ytdl-core.git",
"zustand": "^4.3.7"
},
"resolutions": {
"metro": "^0.79.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
Expand Down
Loading

0 comments on commit 84a779f

Please sign in to comment.