更新版本号

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', // 'metro-react-native-babel-preset',
'@types/react-native', '@types/react-native',
'metro-react-native-babel-preset', 'metro-react-native-babel-preset',
'react-native',
'react', 'react',
] ],
// target: 'patch', // target: 'patch',
// filter: [ // filter: [
// 'react-native',
// '@types/react-native', // '@types/react-native',
// 'react', // 'react',
// 'metro-react-native-babel-preset', // 'metro-react-native-babel-preset',

18
package-lock.json generated
View File

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

View File

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