更新依赖

This commit is contained in:
lyswhut 2021-10-22 17:43:44 +08:00
parent bbe4029350
commit 63f9df5e3e
2 changed files with 13 additions and 13 deletions

20
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
"version": "0.9.0-beta3",
"version": "0.9.0-beta5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -3278,9 +3278,9 @@
}
},
"@react-native-community/slider": {
"version": "4.1.9",
"resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.1.9.tgz",
"integrity": "sha512-alK8CXAeo3d5ZqPeFWoHHEi0hVfcKeCAAahhaAWyTSrt5EoIj2ia15pokepS92nAAmMQKAOStxaDk1fYZCH6hw==",
"version": "4.1.10",
"resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.1.10.tgz",
"integrity": "sha512-+LJ/NyYyZl0jNGltFJDOeyjqCtf8ylClF8HGHCzKa8K7+MPlAPW82Fp28spBNs4EXBuq5Qi1O20iGNoMF8ZfAw==",
"requires": {
"flow-bin": "0.113.0"
}
@ -5911,9 +5911,9 @@
}
},
"eslint-plugin-promise": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz",
"integrity": "sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-5.1.1.tgz",
"integrity": "sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==",
"dev": true
},
"eslint-plugin-react": {
@ -6789,9 +6789,9 @@
"dev": true
},
"i18next": {
"version": "21.3.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.2.tgz",
"integrity": "sha512-ojsp2GYeXaPNkMaG2p4Ot2bNZjvCFpTGT5ffnDLyMaLQovLEtTjv66X9riP0vkq1W3+Ici2cty77So+bfyDjSQ==",
"version": "21.3.3",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.3.3.tgz",
"integrity": "sha512-Wv5arCT9pK35nfhOzTdS64T7JpPcoqnkOEidxc4zF0DZ8KetpvmnkO+uWkXy+DFz6zWzPX7U9bIemwBqpFRprw==",
"requires": {
"@babel/runtime": "^7.12.0"
}

View File

@ -40,11 +40,11 @@
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.9",
"@react-native-community/checkbox": "git+https://github.com/lyswhut/react-native-checkbox.git#e8a3e8ac176957f786f0dfdb917ea9cea9d2e1db",
"@react-native-community/slider": "^4.1.9",
"@react-native-community/slider": "^4.1.10",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"events": "^3.3.0",
"i18next": "^21.3.2",
"i18next": "^21.3.3",
"js-htmlencode": "^0.3.0",
"lrc-file-parser": "^1.2.2",
"pako": "^2.0.4",
@ -89,7 +89,7 @@
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",