更新依赖

This commit is contained in:
lyswhut 2023-11-03 21:04:34 +08:00
parent e612a169de
commit 81e883a013
4 changed files with 304 additions and 315 deletions

View File

@ -4,6 +4,7 @@ module.exports = {
// 'metro-react-native-babel-preset',
'@types/react-native',
'metro-react-native-babel-preset',
'@react-native/metro-config',
'react',
],
@ -12,5 +13,6 @@ module.exports = {
// '@types/react-native',
// 'react',
// 'metro-react-native-babel-preset',
// '@react-native/metro-config',
// ],
}

587
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.1.2-beta.1",
"version": "1.2.0-beta.1",
"versionCode": 62,
"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.19.3",
"@react-native-async-storage/async-storage": "^1.19.4",
"@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-community/slider": "^4.4.3",
"iconv-lite": "^0.6.3",
@ -52,33 +52,33 @@
"message2call": "^0.1.3",
"pako": "^2.1.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#bfeb1f27635a7f3919dbfe95b3e08ca34bb95e68",
"react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.20.0",
"react-native-navigation": "^7.37.0",
"react-native-pager-view": "^6.2.1",
"react-native-navigation": "^7.37.1",
"react-native-pager-view": "^6.2.2",
"react-native-quick-base64": "^2.0.7",
"react-native-quick-md5": "^3.0.5",
"react-native-track-player": "github:lyswhut/react-native-track-player#dfa8b708a5c7398c03a2d14f83542877c665769b",
"react-native-vector-icons": "^10.0.0"
"react-native-vector-icons": "^10.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.23.1",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@react-native/metro-config": "^0.73.1",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.2.24",
"@types/react-native": "^0.70.15",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.15",
"@types/react": "^18.2.34",
"@types/react-native": "^0.70.16",
"@types/react-native-background-timer": "^2.0.1",
"@types/react-native-vector-icons": "^6.4.16",
"babel-plugin-module-resolver": "^5.0.0",
"changelog-parser": "^3.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^39.1.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"metro-react-native-babel-preset": "0.76.8",

View File

@ -14,3 +14,5 @@
- 移除所有内置源由于收到腾讯投诉要求停止提供软件内置的连接到他们平台的在线播放及下载服务所以从即日2023年10月18日起LX本身不再提供上述服务
- 更新许可协议的排版,使其看起来更加清晰明了,更新数据来源原理说明
- 更新 React native 到 v0.72.6