更新版本号

This commit is contained in:
lyswhut 2023-10-04 14:56:15 +08:00
parent a6a8053826
commit a53f7aa37f
3 changed files with 12 additions and 14 deletions

View File

@ -4,13 +4,11 @@ module.exports = {
// 'metro-react-native-babel-preset',
'@types/react-native',
'metro-react-native-babel-preset',
'react-native',
'react',
]
],
// target: 'patch',
// filter: [
// 'react-native',
// '@types/react-native',
// 'react',
// 'metro-react-native-babel-preset',

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "lx-music-mobile",
"version": "1.1.1",
"version": "1.1.2-beta.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lx-music-mobile",
"version": "1.1.1",
"version": "1.1.2-beta.0",
"license": "Apache-2.0",
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
@ -37,7 +37,7 @@
"@babel/runtime": "^7.23.1",
"@react-native/metro-config": "^0.73.1",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.2.23",
"@types/react": "^18.2.24",
"@types/react-native": "^0.70.15",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.15",
@ -3592,9 +3592,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.2.23",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.23.tgz",
"integrity": "sha512-qHLW6n1q2+7KyBEYnrZpcsAmU/iiCh9WGCKgXvMxx89+TYdJWRjZohVIo9XTcoLhfX3+/hP0Pbulu3bCZQ9PSA==",
"version": "18.2.24",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.24.tgz",
"integrity": "sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@ -13567,9 +13567,9 @@
"dev": true
},
"@types/react": {
"version": "18.2.23",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.23.tgz",
"integrity": "sha512-qHLW6n1q2+7KyBEYnrZpcsAmU/iiCh9WGCKgXvMxx89+TYdJWRjZohVIo9XTcoLhfX3+/hP0Pbulu3bCZQ9PSA==",
"version": "18.2.24",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.24.tgz",
"integrity": "sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View File

@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
"version": "1.1.1",
"version": "1.1.2-beta.0",
"versionCode": 62,
"private": true,
"scripts": {
@ -71,7 +71,7 @@
"@babel/runtime": "^7.23.1",
"@react-native/metro-config": "^0.73.1",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.2.23",
"@types/react": "^18.2.24",
"@types/react-native": "^0.70.15",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.15",