更新依赖&版本号(1.5.0-beta.3)

This commit is contained in:
lyswhut 2024-07-31 12:39:33 +08:00
parent 3bb1d33178
commit e5165da461
4 changed files with 459 additions and 399 deletions

View File

@ -6,6 +6,7 @@ module.exports = {
'react', 'react',
'react-native', 'react-native',
'react-native-pager-view', 'react-native-pager-view',
'react-native-navigation',
], ],
// target: 'newest', // target: 'newest',

836
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "1.5.0-beta.2", "version": "1.5.0-beta.3",
"versionCode": 67, "versionCode": 67,
"private": true, "private": true,
"scripts": { "scripts": {
@ -59,23 +59,23 @@
"react-native-fast-image": "^8.6.3", "react-native-fast-image": "^8.6.3",
"react-native-file-system": "github:lyswhut/react-native-file-system#cb3b807ac68c5cdb2c32ca10fdbb5e5209154ece", "react-native-file-system": "github:lyswhut/react-native-file-system#cb3b807ac68c5cdb2c32ca10fdbb5e5209154ece",
"react-native-fs": "^2.20.0", "react-native-fs": "^2.20.0",
"react-native-local-media-metadata": "github:lyswhut/react-native-local-media-metadata#c8377d82c04aecf5ee79d446276ab9d0c1f167be", "react-native-local-media-metadata": "github:lyswhut/react-native-local-media-metadata#5e55e67ecd1d557f29453e1cf34ff087efabbc7b",
"react-native-navigation": "7.39.2", "react-native-navigation": "7.39.2",
"react-native-pager-view": "6.3.0", "react-native-pager-view": "6.3.0",
"react-native-quick-base64": "^2.1.2", "react-native-quick-base64": "^2.1.2",
"react-native-quick-md5": "^3.0.6", "react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#f969fbb5d6fb132100d079eb5f7da701d2ce2780", "react-native-track-player": "github:lyswhut/react-native-track-player#a567c8b0a319e41430afdb782526723243ea3950",
"react-native-vector-icons": "^10.1.0" "react-native-vector-icons": "^10.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.24.9", "@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.24.8", "@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.24.8", "@babel/preset-env": "^7.25.2",
"@babel/runtime": "^7.24.8", "@babel/runtime": "^7.25.0",
"@react-native/babel-preset": "^0.74.85", "@react-native/babel-preset": "^0.74.86",
"@react-native/metro-config": "^0.74.85", "@react-native/metro-config": "^0.74.86",
"@react-native/typescript-config": "^0.74.85", "@react-native/typescript-config": "^0.74.86",
"@tsconfig/react-native": "^3.0.5", "@tsconfig/react-native": "^3.0.5",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-native": "^0.72.8", "@types/react-native": "^0.72.8",

View File

@ -13,3 +13,4 @@
### 其他 ### 其他
- 更新 React native 到 v0.73.9 - 更新 React native 到 v0.73.9
- 更新 exoplayer 到 v1.4.0