更新依赖

This commit is contained in:
lyswhut 2024-04-05 12:00:09 +08:00
parent 2b6c62049f
commit 2a2bcf7900
3 changed files with 1102 additions and 978 deletions

View File

@ -7,6 +7,11 @@ module.exports = {
'react',
],
// target: 'newest',
// filter: [
// 'react-native-navigation',
// ],
// target: 'patch',
// filter: [
// '@types/react-native',

2047
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,7 +44,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.22.3",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/slider": "^4.5.0",
"iconv-lite": "^0.6.3",
@ -59,24 +59,24 @@
"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-navigation": "^7.38.1",
"react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8",
"react-native-navigation": "^7.38.6",
"react-native-pager-view": "^6.3.0",
"react-native-quick-base64": "^2.1.0",
"react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#ddfb984ec12efb0d6ae84c924e027f872bb1481f",
"react-native-vector-icons": "^10.0.3"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@react-native/babel-preset": "^0.74.0",
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "^0.74.0",
"@tsconfig/react-native": "^3.0.3",
"@types/react": "^18.2.66",
"@babel/preset-env": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@react-native/babel-preset": "^0.74.77",
"@react-native/metro-config": "^0.74.77",
"@react-native/typescript-config": "^0.74.77",
"@tsconfig/react-native": "^3.0.5",
"@types/react": "^18.2.74",
"@types/react-native": "^0.72.8",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-vector-icons": "^6.4.18",
@ -86,6 +86,6 @@
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.4.2"
"typescript": "^5.4.4"
}
}