更新react-native到0.73.10

This commit is contained in:
lyswhut 2024-10-17 12:35:24 +08:00
parent aed178fffd
commit 4b984f04ee
3 changed files with 1251 additions and 1354 deletions

2575
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,13 +47,13 @@
"@craftzdog/react-native-buffer": "^6.0.5", "@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^2.0.0", "@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-clipboard/clipboard": "^1.14.2", "@react-native-clipboard/clipboard": "^1.14.2",
"@react-native-community/slider": "^4.5.3", "@react-native-community/slider": "^4.5.4",
"iconv-lite": "^0.6.3", "iconv-lite": "^0.6.3",
"lrc-file-parser": "^2.4.1", "lrc-file-parser": "^2.4.1",
"message2call": "^0.1.3", "message2call": "^0.1.3",
"pako": "^2.1.0", "pako": "^2.1.0",
"react": "18.2.0", "react": "18.2.0",
"react-native": "0.73.9", "react-native": "0.73.10",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c", "react-native-background-timer": "github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
"react-native-exception-handler": "^2.10.10", "react-native-exception-handler": "^2.10.10",
"react-native-fast-image": "^8.6.3", "react-native-fast-image": "^8.6.3",
@ -68,16 +68,16 @@
"react-native-vector-icons": "^10.2.0" "react-native-vector-icons": "^10.2.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.25.2", "@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.1", "@babel/eslint-parser": "^7.25.8",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.25.4", "@babel/preset-env": "^7.25.8",
"@babel/runtime": "^7.25.6", "@babel/runtime": "^7.25.7",
"@react-native/babel-preset": "^0.74.87", "@react-native/babel-preset": "^0.74.88",
"@react-native/metro-config": "^0.74.87", "@react-native/metro-config": "^0.74.88",
"@react-native/typescript-config": "^0.74.87", "@react-native/typescript-config": "^0.74.88",
"@tsconfig/react-native": "^3.0.5", "@tsconfig/react-native": "^3.0.5",
"@types/react": "^18.3.8", "@types/react": "^18.3.11",
"@types/react-native": "^0.72.8", "@types/react-native": "^0.72.8",
"@types/react-native-background-timer": "^2.0.2", "@types/react-native-background-timer": "^2.0.2",
"@types/react-native-vector-icons": "^6.4.18", "@types/react-native-vector-icons": "^6.4.18",
@ -85,8 +85,8 @@
"changelog-parser": "^3.0.1", "changelog-parser": "^3.0.1",
"eslint-config-standard": "^17.1.0", "eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.1", "eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-react": "^7.36.1", "eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-hooks": "^5.0.0",
"typescript": "^5.6.2" "typescript": "^5.6.3"
} }
} }

View File

@ -6,3 +6,7 @@
### 变更 ### 变更
- 不再缓存换源歌曲信息 - 不再缓存换源歌曲信息
### 其他
react-native → 0.73.10