Skip to content

Commit

Permalink
chorE: dep upg
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 9, 2024
1 parent 9ccc7f8 commit c67276e
Show file tree
Hide file tree
Showing 3 changed files with 1,236 additions and 2,316 deletions.
2 changes: 1 addition & 1 deletion azusa-player-mobile
Submodule azusa-player-mobile updated 40 files
+6 −1 .eslintrc.js
+1 −0 .github/workflows/android-weekly.yml
+2 −0 .prettierignore
+2 −0 README.md
+2 −6 __tests__/mediafetch/bilivideo.test.ts
+6 −6 android/app/build.gradle
+1 −3 android/app/src/main/AndroidManifest.xml
+2 −2 android/build.gradle
+1 −1 android/gradle/wrapper/gradle-wrapper.properties
+1 −1 docs/docs/developer/add-fetcher.md
+7 −5 docs/docs/developer/contribute.md
+8 −0 docs/docs/store/_category_.json
+15 −0 docs/docs/store/buy-apm-pro.md
+ docs/docs/store/images/azusa-please.gif
+2 −2 docs/docusaurus.config.js
+1 −1 docs/i18n/en/docusaurus-plugin-content-docs/current/developer/add-fetcher.md
+22 −9 docs/i18n/en/docusaurus-plugin-content-docs/current/developer/contribute.md
+8 −0 docs/i18n/en/docusaurus-plugin-content-docs/current/store/_category_.json
+15 −0 docs/i18n/en/docusaurus-plugin-content-docs/current/store/buy-apm-pro.md
+7,799 −3,996 docs/package-lock.json
+9 −8 docs/package.json
+4 −4 ios/APM.xcodeproj/project.pbxproj
+30 −29 package.json
+2 −0 src/App.tsx
+51 −39 src/components/login/google/YTM.tsx
+0 −6 src/components/login/google/useYTMLogin.ts
+1 −1 src/components/miniplayer/ProgressBar.tsx
+36 −14 src/components/styles/NoxExportNFT.js
+214 −1 src/components/styles/steria.json
+954 −1 src/components/styles/steriaGarb.json
+1 −1 src/enums/Version.ts
+2 −2 src/hooks/useVIP.ts
+1 −0 src/localization/i18n.ts
+2 −2 src/stores/initializeStores.ts
+1 −1 src/utils/BiliFetch.ts
+3 −1 src/utils/mediafetch/bilishazam.ts
+1 −0 src/utils/mediafetch/biliuser.ts
+11 −7 src/utils/mediafetch/ytbi.ts
+29 −30 src/utils/muse.ts
+416 −366 yarn.lock
30 changes: 17 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@types/js-base64": "^3.3.1",
"@types/lodash": "^4.17.13",
"@types/md5": "^2.3.5",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@welldone-software/why-did-you-render": "^8.0.3",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
Expand All @@ -48,14 +48,14 @@
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"prettier": "^3.4.2",
"progress-bar-webpack-plugin": "^2.1.0",
"react-refresh": "^0.14.2",
"sass-loader": "^16.0.3",
"react-refresh": "^0.16.0",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.2",
Expand All @@ -69,8 +69,8 @@
"not dead"
],
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
Expand Down Expand Up @@ -109,12 +109,12 @@
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react": "19.0.0",
"react-click-n-hold": "^1.0.7",
"react-contexify": "^6.0.0",
"react-dom": "^18.3.1",
"react-dom": "19.0.0",
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.1.3",
"react-i18next": "^15.1.4",
"react-jinke-music-player": "git+https://lovegaoshi@github.com/lovegaoshi/react-music-player.git",
"react-lrc": "^3.2.1",
"react-swipeable": "^7.0.2",
Expand All @@ -123,8 +123,12 @@
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"uuid": "^11.0.3",
"youtubei.js": "^11.0.1",
"youtubei.js": "^12.0.0",
"zustand": "^5.0.2"
},
"resolutions": {
"react": "19.0.0",
"react-dom": "19.0.0"
},
"packageManager": "yarn@4.5.3"
}
Loading

0 comments on commit c67276e

Please sign in to comment.