mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
升级 React Native 到 v0.71.5
This commit is contained in:
parent
bd8213041f
commit
f38e73977c
@ -1 +0,0 @@
|
||||
{}
|
4
Gemfile
4
Gemfile
@ -1,6 +1,6 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
||||
ruby File.read(File.join(__dir__, '.ruby-version')).strip
|
||||
ruby '>= 2.6.10'
|
||||
|
||||
gem 'cocoapods', '~> 1.11', '>= 1.11.3'
|
||||
gem 'cocoapods', '>= 1.11.3'
|
||||
|
606
package-lock.json
generated
606
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -43,7 +43,7 @@
|
||||
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
|
||||
"dependencies": {
|
||||
"@craftzdog/react-native-buffer": "^6.0.5",
|
||||
"@react-native-async-storage/async-storage": "^1.17.12",
|
||||
"@react-native-async-storage/async-storage": "^1.18.1",
|
||||
"@react-native-clipboard/clipboard": "^1.11.2",
|
||||
"@react-native-community/checkbox": "^0.5.15",
|
||||
"@react-native-community/slider": "^4.4.2",
|
||||
@ -51,7 +51,7 @@
|
||||
"lrc-file-parser": "^2.3.1",
|
||||
"pako": "^2.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.71.4",
|
||||
"react-native": "0.71.5",
|
||||
"react-native-background-timer": "github:lyswhut/react-native-background-timer#88b1d05b2dcdc5af72bf365bf7ff00eec114d428",
|
||||
"react-native-exception-handler": "^2.10.10",
|
||||
"react-native-fs": "^2.20.0",
|
||||
@ -69,8 +69,8 @@
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/runtime": "^7.21.0",
|
||||
"@tsconfig/react-native": "^2.0.3",
|
||||
"@types/react": "^18.0.29",
|
||||
"@types/react-native": "^0.70.11",
|
||||
"@types/react": "^18.0.31",
|
||||
"@types/react-native": "^0.70.13",
|
||||
"@types/react-native-background-timer": "^2.0.0",
|
||||
"@types/react-native-vector-icons": "^6.4.13",
|
||||
"babel-plugin-module-resolver": "^5.0.0",
|
||||
@ -78,7 +78,7 @@
|
||||
"eslint-config-standard-with-typescript": "^34.0.1",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"metro-react-native-babel-preset": "0.73.8",
|
||||
"typescript": "^5.0.2"
|
||||
"metro-react-native-babel-preset": "0.73.9",
|
||||
"typescript": "^5.0.3"
|
||||
}
|
||||
}
|
||||
|
@ -14,3 +14,7 @@
|
||||
- 就放tx源歌词获取失败的问题
|
||||
- 修复将播放速率调整为0.6后,再次打开设置面板将会导致app崩溃的问题
|
||||
- 修复播放详情页设置面板当前音量显示格式问题
|
||||
|
||||
### 其他
|
||||
|
||||
- 升级 React Native 到 v0.71.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user