更新依赖

This commit is contained in:
lyswhut 2022-07-01 22:24:37 +08:00
parent c33cce7590
commit 45a92d1355
3 changed files with 313 additions and 312 deletions

View File

@ -10,6 +10,7 @@ module.exports = {
'babel-jest',
'jest',
'react-native',
'react',
'react-test-renderer',
]

602
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": "0.14.0",
"version": "0.14.1-beta",
"versionCode": 43,
"scripts": {
"ar": "react-native run-android",
@ -39,21 +39,21 @@
},
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.6",
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/checkbox": "^0.5.12",
"@react-native-community/slider": "^4.2.3",
"@react-native-community/slider": "^4.2.4",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"events": "^3.3.0",
"i18next": "^21.8.10",
"i18next": "^21.8.11",
"js-htmlencode": "^0.3.0",
"lrc-file-parser": "^2.0.0",
"pako": "^2.0.4",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-i18next": "^11.17.2",
"react-i18next": "^11.17.4",
"react-native": "0.68.2",
"react-native-background-timer": "^2.4.1",
"react-native-crypto": "^2.2.0",
@ -64,7 +64,7 @@
"react-native-randombytes": "^3.6.1",
"react-native-splash-screen": "^3.3.0",
"react-native-track-player": "git+https://github.com/lyswhut/react-native-track-player.git#5fb0bec8694d3783f32a1e4ed1251c163e9842f7",
"react-native-vector-icons": "^9.1.0",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.0.2",
"readable-stream": "1.0.33",
"redux": "^4.2.0",
@ -77,21 +77,21 @@
"util": "~0.10.3"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-export-namespace-from": "^7.17.12",
"@babel/runtime": "^7.18.3",
"@babel/plugin-proposal-export-namespace-from": "^7.18.6",
"@babel/runtime": "^7.18.6",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"changelog-parser": "^2.8.1",
"cross-env": "^7.0.3",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.67.0",