更新版本号(1.2.0-beta.5)

This commit is contained in:
lyswhut 2023-11-11 12:34:27 +08:00
parent 8b76c9e87e
commit eef827b967
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,16 +1,16 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "1.2.0-beta.4", "version": "1.2.0-beta.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "1.2.0-beta.4", "version": "1.2.0-beta.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5", "@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^1.19.4", "@react-native-async-storage/async-storage": "^1.19.5",
"@react-native-clipboard/clipboard": "^1.12.1", "@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-community/slider": "^4.4.3", "@react-native-community/slider": "^4.4.3",
"iconv-lite": "^0.6.3", "iconv-lite": "^0.6.3",
@ -2532,9 +2532,9 @@
} }
}, },
"node_modules/@react-native-async-storage/async-storage": { "node_modules/@react-native-async-storage/async-storage": {
"version": "1.19.4", "version": "1.19.5",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.4.tgz", "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.5.tgz",
"integrity": "sha512-Stj6Q1v5knTMaYOinEEJl030SzJWEhqW+IYI5uA9Nl9Olo+vDUecmQXqpIxELucwOGDJ8KwvI0UL22UHudwZeQ==", "integrity": "sha512-zLT7oNPXpW8BxJyHyq8AJbXtlHE/eonFWuJt44y0WeCGnp4KOJ8mfqD8mtAIKLyrYHHE1uadFe/s4C+diYAi8g==",
"dependencies": { "dependencies": {
"merge-options": "^3.0.4" "merge-options": "^3.0.4"
}, },
@ -12723,9 +12723,9 @@
} }
}, },
"@react-native-async-storage/async-storage": { "@react-native-async-storage/async-storage": {
"version": "1.19.4", "version": "1.19.5",
"resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.4.tgz", "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.5.tgz",
"integrity": "sha512-Stj6Q1v5knTMaYOinEEJl030SzJWEhqW+IYI5uA9Nl9Olo+vDUecmQXqpIxELucwOGDJ8KwvI0UL22UHudwZeQ==", "integrity": "sha512-zLT7oNPXpW8BxJyHyq8AJbXtlHE/eonFWuJt44y0WeCGnp4KOJ8mfqD8mtAIKLyrYHHE1uadFe/s4C+diYAi8g==",
"requires": { "requires": {
"merge-options": "^3.0.4" "merge-options": "^3.0.4"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "1.2.0-beta.4", "version": "1.2.0-beta.5",
"versionCode": 62, "versionCode": 62,
"private": true, "private": true,
"scripts": { "scripts": {
@ -44,7 +44,7 @@
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme", "homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
"dependencies": { "dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5", "@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^1.19.4", "@react-native-async-storage/async-storage": "^1.19.5",
"@react-native-clipboard/clipboard": "^1.12.1", "@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-community/slider": "^4.4.3", "@react-native-community/slider": "^4.4.3",
"iconv-lite": "^0.6.3", "iconv-lite": "^0.6.3",