Skip to content

Commit 87af10a

Browse files
committed
更新依赖&版本号(1.7.0-beta.6)
1 parent 5e100f7 commit 87af10a

File tree

3 files changed

+31
-28
lines changed

3 files changed

+31
-28
lines changed

.ncurc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
module.exports = {
22
upgrade: true,
33
reject: [
4+
'@types/react',
45
'@types/react-native',
56
'message2call',
67
'react',
78
'react-native',
8-
'react-native-pager-view',
9+
// 'react-native-pager-view',
910
'react-native-navigation',
1011
'@react-native/metro-config',
1112
'@react-native/babel-preset',
@@ -19,6 +20,7 @@ module.exports = {
1920

2021
// target: 'patch',
2122
// filter: [
23+
// '@types/react',
2224
// '@types/react-native',
2325
// 'react',
2426
// 'react-native',

package-lock.json

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-mobile",
3-
"version": "1.7.0-beta.5",
3+
"version": "1.7.0-beta.6",
44
"versionCode": 69,
55
"private": true,
66
"scripts": {
@@ -61,7 +61,7 @@
6161
"react-native-fs": "^2.20.0",
6262
"react-native-local-media-metadata": "github:lyswhut/react-native-local-media-metadata#5eac1b6c70e934a1ad7b800b3ab7122f1075f704",
6363
"react-native-navigation": "7.39.2",
64-
"react-native-pager-view": "6.3.0",
64+
"react-native-pager-view": "6.6.1",
6565
"react-native-quick-base64": "^2.1.2",
6666
"react-native-quick-md5": "^3.0.6",
6767
"react-native-track-player": "github:lyswhut/react-native-track-player#57eeeba57e28702fa931d4aeb753da225b6fcf6c",
@@ -77,7 +77,7 @@
7777
"@react-native/metro-config": "^0.74.88",
7878
"@react-native/typescript-config": "^0.74.88",
7979
"@tsconfig/react-native": "^3.0.5",
80-
"@types/react": "^18.3.12",
80+
"@types/react": "^18.3.14",
8181
"@types/react-native": "^0.72.8",
8282
"@types/react-native-background-timer": "^2.0.2",
8383
"@types/react-native-vector-icons": "^6.4.18",
@@ -86,7 +86,7 @@
8686
"eslint-config-standard": "^17.1.0",
8787
"eslint-config-standard-with-typescript": "^43.0.1",
8888
"eslint-plugin-react": "^7.37.2",
89-
"eslint-plugin-react-hooks": "^5.0.0",
89+
"eslint-plugin-react-hooks": "^5.1.0",
9090
"typescript": "^5.7.2"
9191
}
9292
}

0 commit comments

Comments
 (0)