更新依赖

This commit is contained in:
lyswhut 2022-04-30 18:08:43 +08:00
parent 1594c8ee28
commit 1ae30669da
2 changed files with 429 additions and 206 deletions

615
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "0.12.0", "version": "0.12.1-beta",
"versionCode": 41, "versionCode": 41,
"scripts": { "scripts": {
"ar": "react-native run-android", "ar": "react-native run-android",
@ -39,9 +39,9 @@
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme", "homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
"dependencies": { "dependencies": {
"@react-native-async-storage/async-storage": "^1.17.3", "@react-native-async-storage/async-storage": "^1.17.3",
"@react-native-clipboard/clipboard": "^1.9.0", "@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/checkbox": "^0.5.12", "@react-native-community/checkbox": "^0.5.12",
"@react-native-community/slider": "^4.2.1", "@react-native-community/slider": "^4.2.2",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"console-browserify": "^1.2.0", "console-browserify": "^1.2.0",
"events": "^3.3.0", "events": "^3.3.0",
@ -58,25 +58,25 @@
"react-native-crypto": "^2.2.0", "react-native-crypto": "^2.2.0",
"react-native-exception-handler": "^2.10.10", "react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.19.0", "react-native-fs": "^2.19.0",
"react-native-navigation": "^7.27.0", "react-native-navigation": "^7.27.1",
"react-native-pager-view": "^5.4.15", "react-native-pager-view": "^5.4.15",
"react-native-randombytes": "^3.6.1", "react-native-randombytes": "^3.6.1",
"react-native-splash-screen": "^3.3.0", "react-native-splash-screen": "^3.3.0",
"react-native-track-player": "git+https://github.com/lyswhut/react-native-track-player.git#21155f4a4790c9bd5381091739fbd52d0a95e98d", "react-native-track-player": "git+https://github.com/lyswhut/react-native-track-player.git#21155f4a4790c9bd5381091739fbd52d0a95e98d",
"react-native-vector-icons": "^9.1.0", "react-native-vector-icons": "^9.1.0",
"react-redux": "^8.0.0", "react-redux": "^8.0.1",
"readable-stream": "1.0.33", "readable-stream": "1.0.33",
"redux": "^4.2.0", "redux": "^4.2.0",
"redux-subscriber": "^1.1.0", "redux-subscriber": "^1.1.0",
"redux-thunk": "^2.4.1", "redux-thunk": "^2.4.1",
"reselect": "^4.1.5", "reselect": "^4.1.5",
"socket.io": "^4.4.1", "socket.io": "^4.5.0",
"stream-browserify": "^1.0.0", "stream-browserify": "^1.0.0",
"url": "~0.10.1", "url": "~0.10.1",
"util": "~0.10.3" "util": "~0.10.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.9", "@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0", "@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7", "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/runtime": "^7.17.9", "@babel/runtime": "^7.17.9",
@ -84,14 +84,14 @@
"babel-plugin-module-resolver": "^4.1.0", "babel-plugin-module-resolver": "^4.1.0",
"changelog-parser": "^2.8.1", "changelog-parser": "^2.8.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.13.0", "eslint": "^8.14.0",
"eslint-config-standard": "^16.0.3", "eslint-config-standard": "^17.0.0",
"eslint-plugin-html": "^6.2.0", "eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0", "eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4", "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0", "eslint-plugin-react-hooks": "^4.5.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0", "metro-react-native-babel-preset": "^0.67.0",
"react-native-clean-project": "^4.0.1", "react-native-clean-project": "^4.0.1",