mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 22:32:10 +08:00
更新依赖&版本号(1.3.0-beta.0)
This commit is contained in:
parent
fcbc74dbc0
commit
cb735494f4
@ -1,6 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
upgrade: true,
|
upgrade: true,
|
||||||
reject: [
|
reject: [
|
||||||
|
'react-native-navigation',
|
||||||
'@types/react-native',
|
'@types/react-native',
|
||||||
'message2call',
|
'message2call',
|
||||||
'react',
|
'react',
|
||||||
|
646
package-lock.json
generated
646
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lx-music-mobile",
|
"name": "lx-music-mobile",
|
||||||
"version": "1.2.1-beta.0",
|
"version": "1.3.0-beta.0",
|
||||||
"versionCode": 63,
|
"versionCode": 63,
|
||||||
"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.22.0",
|
"@react-native-async-storage/async-storage": "^1.22.3",
|
||||||
"@react-native-clipboard/clipboard": "^1.13.2",
|
"@react-native-clipboard/clipboard": "^1.13.2",
|
||||||
"@react-native-community/slider": "^4.5.0",
|
"@react-native-community/slider": "^4.5.0",
|
||||||
"iconv-lite": "^0.6.3",
|
"iconv-lite": "^0.6.3",
|
||||||
@ -52,7 +52,7 @@
|
|||||||
"message2call": "^0.1.3",
|
"message2call": "^0.1.3",
|
||||||
"pako": "^2.1.0",
|
"pako": "^2.1.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-native": "0.73.4",
|
"react-native": "0.73.5",
|
||||||
"react-native-background-timer": "github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
|
"react-native-background-timer": "github:lyswhut/react-native-background-timer#55ecaa80880e9cec1fff81f3ce10e6250ab3c40c",
|
||||||
"react-native-exception-handler": "^2.10.10",
|
"react-native-exception-handler": "^2.10.10",
|
||||||
"react-native-fast-image": "^8.6.3",
|
"react-native-fast-image": "^8.6.3",
|
||||||
@ -67,16 +67,16 @@
|
|||||||
"react-native-vector-icons": "^10.0.3"
|
"react-native-vector-icons": "^10.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.23.9",
|
"@babel/core": "^7.24.0",
|
||||||
"@babel/eslint-parser": "^7.23.10",
|
"@babel/eslint-parser": "^7.23.10",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
||||||
"@babel/preset-env": "^7.23.9",
|
"@babel/preset-env": "^7.24.0",
|
||||||
"@babel/runtime": "^7.23.9",
|
"@babel/runtime": "^7.24.0",
|
||||||
"@react-native/babel-preset": "^0.74.0",
|
"@react-native/babel-preset": "^0.74.0",
|
||||||
"@react-native/metro-config": "^0.73.5",
|
"@react-native/metro-config": "^0.73.5",
|
||||||
"@react-native/typescript-config": "^0.74.0",
|
"@react-native/typescript-config": "^0.74.0",
|
||||||
"@tsconfig/react-native": "^3.0.3",
|
"@tsconfig/react-native": "^3.0.3",
|
||||||
"@types/react": "^18.2.57",
|
"@types/react": "^18.2.61",
|
||||||
"@types/react-native": "^0.72.8",
|
"@types/react-native": "^0.72.8",
|
||||||
"@types/react-native-background-timer": "^2.0.2",
|
"@types/react-native-background-timer": "^2.0.2",
|
||||||
"@types/react-native-vector-icons": "^6.4.18",
|
"@types/react-native-vector-icons": "^6.4.18",
|
||||||
|
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
### 其他
|
### 其他
|
||||||
|
|
||||||
- 更新 React native 到 v0.73.4
|
- 更新 React native 到 v0.73.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user