1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-23 09:38:52 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update dependencies in package.json and bun.lock, enhance .gitignore to exclude mcp.json, and refactor provider and utils for improved web support.

This commit is contained in:
sunnylqm
2025-09-12 23:28:27 +08:00
parent 4383a66274
commit f7be8a4d71
5 changed files with 75 additions and 38 deletions

View File

@@ -9,11 +9,14 @@
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"expo": "~52.0.46",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.9",
"react-native-update": "^10.28.7"
"react-native-update": "^10.30.3",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",