mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
更新依赖&版本号(1.5.0-beta.3)
This commit is contained in:
parent
3bb1d33178
commit
e5165da461
@ -6,6 +6,7 @@ module.exports = {
|
||||
'react',
|
||||
'react-native',
|
||||
'react-native-pager-view',
|
||||
'react-native-navigation',
|
||||
],
|
||||
|
||||
// target: 'newest',
|
||||
|
836
package-lock.json
generated
836
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "1.5.0-beta.2",
|
||||
"version": "1.5.0-beta.3",
|
||||
"versionCode": 67,
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -59,23 +59,23 @@
|
||||
"react-native-fast-image": "^8.6.3",
|
||||
"react-native-file-system": "github:lyswhut/react-native-file-system#cb3b807ac68c5cdb2c32ca10fdbb5e5209154ece",
|
||||
"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-pager-view": "6.3.0",
|
||||
"react-native-quick-base64": "^2.1.2",
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.9",
|
||||
"@babel/eslint-parser": "^7.24.8",
|
||||
"@babel/core": "^7.25.2",
|
||||
"@babel/eslint-parser": "^7.25.1",
|
||||
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
||||
"@babel/preset-env": "^7.24.8",
|
||||
"@babel/runtime": "^7.24.8",
|
||||
"@react-native/babel-preset": "^0.74.85",
|
||||
"@react-native/metro-config": "^0.74.85",
|
||||
"@react-native/typescript-config": "^0.74.85",
|
||||
"@babel/preset-env": "^7.25.2",
|
||||
"@babel/runtime": "^7.25.0",
|
||||
"@react-native/babel-preset": "^0.74.86",
|
||||
"@react-native/metro-config": "^0.74.86",
|
||||
"@react-native/typescript-config": "^0.74.86",
|
||||
"@tsconfig/react-native": "^3.0.5",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-native": "^0.72.8",
|
||||
|
@ -13,3 +13,4 @@
|
||||
### 其他
|
||||
|
||||
- 更新 React native 到 v0.73.9
|
||||
- 更新 exoplayer 到 v1.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user