Skip to content

Commit

Permalink
更新依赖&版本号(1.7.0-beta.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Dec 7, 2024
1 parent 5e100f7 commit 87af10a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 28 deletions.
4 changes: 3 additions & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
module.exports = {
upgrade: true,
reject: [
'@types/react',
'@types/react-native',
'message2call',
'react',
'react-native',
'react-native-pager-view',
// 'react-native-pager-view',
'react-native-navigation',
'@react-native/metro-config',
'@react-native/babel-preset',
Expand All @@ -19,6 +20,7 @@ module.exports = {

// target: 'patch',
// filter: [
// '@types/react',
// '@types/react-native',
// 'react',
// 'react-native',
Expand Down
47 changes: 24 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
"version": "1.7.0-beta.5",
"version": "1.7.0-beta.6",
"versionCode": 69,
"private": true,
"scripts": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"react-native-fs": "^2.20.0",
"react-native-local-media-metadata": "github:lyswhut/react-native-local-media-metadata#5eac1b6c70e934a1ad7b800b3ab7122f1075f704",
"react-native-navigation": "7.39.2",
"react-native-pager-view": "6.3.0",
"react-native-pager-view": "6.6.1",
"react-native-quick-base64": "^2.1.2",
"react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#57eeeba57e28702fa931d4aeb753da225b6fcf6c",
Expand All @@ -77,7 +77,7 @@
"@react-native/metro-config": "^0.74.88",
"@react-native/typescript-config": "^0.74.88",
"@tsconfig/react-native": "^3.0.5",
"@types/react": "^18.3.12",
"@types/react": "^18.3.14",
"@types/react-native": "^0.72.8",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-vector-icons": "^6.4.18",
Expand All @@ -86,7 +86,7 @@
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"typescript": "^5.7.2"
}
}

0 comments on commit 87af10a

Please sign in to comment.