更新依赖&版本号(1.3.0-beta.0)

This commit is contained in:
lyswhut 2024-03-02 15:35:32 +08:00
parent fcbc74dbc0
commit cb735494f4
4 changed files with 335 additions and 328 deletions

View File

@ -1,6 +1,7 @@
module.exports = {
upgrade: true,
reject: [
'react-native-navigation',
'@types/react-native',
'message2call',
'react',

646
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
"version": "1.2.1-beta.0",
"version": "1.3.0-beta.0",
"versionCode": 63,
"private": true,
"scripts": {
@ -44,7 +44,7 @@
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^1.22.0",
"@react-native-async-storage/async-storage": "^1.22.3",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/slider": "^4.5.0",
"iconv-lite": "^0.6.3",
@ -52,7 +52,7 @@
"message2call": "^0.1.3",
"pako": "^2.1.0",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native": "0.73.5",
"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",
@ -67,16 +67,16 @@
"react-native-vector-icons": "^10.0.3"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@babel/preset-env": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@react-native/babel-preset": "^0.74.0",
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "^0.74.0",
"@tsconfig/react-native": "^3.0.3",
"@types/react": "^18.2.57",
"@types/react": "^18.2.61",
"@types/react-native": "^0.72.8",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-vector-icons": "^6.4.18",

View File

@ -15,4 +15,4 @@
### 其他
- 更新 React native 到 v0.73.4
- 更新 React native 到 v0.73.5