更新依赖

This commit is contained in:
lyswhut 2024-05-18 18:57:50 +08:00
parent b5a017cc0f
commit 1380eb9041
4 changed files with 351 additions and 352 deletions

View File

@ -5,6 +5,7 @@ module.exports = {
'message2call',
'react',
'react-native',
'react-native-pager-view',
],
// target: 'newest',

678
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@
"message2call": "^0.1.3",
"pako": "^2.1.0",
"react": "18.2.0",
"react-native": "0.73.7",
"react-native": "0.73.8",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
"react-native-exception-handler": "^2.10.10",
"react-native-fast-image": "^8.6.3",
@ -64,19 +64,19 @@
"react-native-quick-base64": "^2.1.2",
"react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#f969fbb5d6fb132100d079eb5f7da701d2ce2780",
"react-native-vector-icons": "^10.0.3"
"react-native-vector-icons": "^10.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@react-native/babel-preset": "^0.74.81",
"@react-native/metro-config": "^0.74.81",
"@react-native/typescript-config": "^0.74.81",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@react-native/babel-preset": "^0.74.83",
"@react-native/metro-config": "^0.74.83",
"@react-native/typescript-config": "^0.74.83",
"@tsconfig/react-native": "^3.0.5",
"@types/react": "^18.3.0",
"@types/react": "^18.3.2",
"@types/react-native": "^0.72.8",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-vector-icons": "^6.4.18",
@ -85,7 +85,7 @@
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.1",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": "^5.4.5"
}
}

View File

@ -8,4 +8,4 @@
### 其他
- 更新 React native 到 v0.73.7
- 更新 React native 到 v0.73.8