更新依赖

This commit is contained in:
lyswhut 2023-07-30 23:08:51 +08:00
parent 6931fb06d9
commit ca9cc1e6a3
2 changed files with 876 additions and 548 deletions

1394
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.0.7-beta.5",
"version": "1.0.7-beta.6",
"versionCode": 60,
"private": true,
"scripts": {
@ -43,41 +43,41 @@
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-async-storage/async-storage": "^1.19.1",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/checkbox": "^0.5.15",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/slider": "^4.4.2",
"iconv-lite": "^0.6.3",
"lrc-file-parser": "^2.4.1",
"pako": "^2.1.0",
"react": "18.2.0",
"react-native": "0.71.11",
"react-native": "0.71.12",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#88b1d05b2dcdc5af72bf365bf7ff00eec114d428",
"react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.20.0",
"react-native-navigation": "^7.34.0",
"react-native-navigation": "^7.35.0",
"react-native-pager-view": "^6.2.0",
"react-native-quick-base64": "^2.0.6",
"react-native-quick-base64": "^2.0.7",
"react-native-quick-md5": "^3.0.5",
"react-native-track-player": "github:lyswhut/react-native-track-player#879d3dc6b7ad41f736943d7495be0ba87b4cf050",
"react-native-vector-icons": "^9.2.0"
"react-native-track-player": "github:lyswhut/react-native-track-player#a9d148cf2968103d0807da0e9a4cf50c497b9d85",
"react-native-vector-icons": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.2.12",
"@types/react": "^18.2.17",
"@types/react-native": "^0.70.14",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.13",
"babel-plugin-module-resolver": "^5.0.0",
"changelog-parser": "^3.0.1",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"metro-react-native-babel-preset": "0.73.10",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
}
}