更新依赖

This commit is contained in:
lyswhut 2024-03-09 19:57:18 +08:00
parent 3a048eeda2
commit 7f6247b908
2 changed files with 932 additions and 676 deletions

1600
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -63,7 +63,7 @@
"react-native-pager-view": "^6.2.3", "react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8", "react-native-quick-base64": "^2.0.8",
"react-native-quick-md5": "^3.0.6", "react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#bb80e13aa8ed97224ebd3a9cce39e629d0043999", "react-native-track-player": "github:lyswhut/react-native-track-player#ddfb984ec12efb0d6ae84c924e027f872bb1481f",
"react-native-vector-icons": "^10.0.3" "react-native-vector-icons": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
@ -76,7 +76,7 @@
"@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.61", "@types/react": "^18.2.64",
"@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",
@ -84,8 +84,8 @@
"changelog-parser": "^3.0.1", "changelog-parser": "^3.0.1",
"eslint-config-standard": "^17.1.0", "eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.1", "eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.3.3" "typescript": "^5.4.2"
} }
} }