更新依赖

This commit is contained in:
lyswhut 2021-06-03 14:54:35 +08:00
parent 04abc2c8c7
commit dc1a7f457f
3 changed files with 10 additions and 10 deletions

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
"version": "0.3.3",
"version": "0.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1327,17 +1327,17 @@
}
},
"@react-native-async-storage/async-storage": {
"version": "1.15.4",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.4.tgz",
"integrity": "sha512-pC0MS6UBuv/YiVAxtzi7CgUed8oCQNYMtGt0yb/I9fI/BWTiJK5cj4YtW2XtL95K5IuvPX/6uGWaouZ8KqXwdg==",
"version": "1.15.5",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.15.5.tgz",
"integrity": "sha512-4AYehLH39B9a8UXCMf3ieOK+G61wGMP72ikx6/XSMA0DUnvx0PgaeaT2Wyt06kTrDTy8edewKnbrbeqwaM50TQ==",
"requires": {
"deep-assign": "^3.0.0"
}
},
"@react-native-community/checkbox": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/@react-native-community/checkbox/-/checkbox-0.5.7.tgz",
"integrity": "sha512-CiHBAMWy5fsFIHLd1pf8frlWrLT8DnCXUSxdlGKazHm7srQSReKH4R5absShjmYOHRo9raWEnKZO/cm7MUDHZg=="
"version": "0.5.8",
"resolved": "https://registry.npmjs.org/@react-native-community/checkbox/-/checkbox-0.5.8.tgz",
"integrity": "sha512-2ppw40sSqBKSPz75l8rDCvpcvQb/78MtvB5BDtovsJE1kXoUJP4eVLuyLo+LfYdSK9qLD4Llt4bIulr1SI9UIQ=="
},
"@react-native-community/cli-debugger-ui": {
"version": "5.0.1-alpha.1",

View File

@ -38,8 +38,8 @@
},
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/checkbox": "^0.5.7",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/checkbox": "^0.5.8",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"events": "^3.3.0",

View File

@ -1,6 +1,6 @@
### 优化
- 优化wy源歌单导入匹配
- 优化wy源歌单导入匹配,现在存在链接外的其他字符也可以打开歌单了
### 修复