Skip to content

Commit

Permalink
chore: yarn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Jan 22, 2025
1 parent f85323d commit 155e69c
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 251 deletions.
2 changes: 1 addition & 1 deletion azusa-player-mobile
Submodule azusa-player-mobile updated 37 files
+96 −0 .github/workflows/android-weekly.yml
+2 −2 android/app/build.gradle
+4 −4 ios/APM.xcodeproj/project.pbxproj
+10 −10 package.json
+0 −0 patches/youtubei.js+13.0.0.patch
+26 −0 scripts/newarch.py
+1 −32 src/components/buttons/CopiedPlaylistButton.tsx
+1 −1 src/components/dialogs/CopiedPlaylistDialog.tsx
+2 −1 src/components/dialogs/GenericCheckDialog.tsx
+8 −5 src/components/miniplayer/View.tsx
+15 −10 src/components/player/controls/usePlayerControls.ts
+45 −0 src/components/player/controls/useSponsorBlock.ts
+1 −3 src/components/playlist/SongList/SongList.tsx
+0 −32 src/components/setting/SponsorBlockSettings.tsx
+3 −3 src/components/setting/View.tsx
+2 −5 src/components/setting/helpers/SelectSetting.tsx
+56 −0 src/components/setting/sponsorblock/SBCategoryButton.tsx
+27 −0 src/components/setting/sponsorblock/View.tsx
+5 −5 src/components/style.ts
+106 −0 src/components/styles/steriaGarb.json
+1 −1 src/enums/Version.ts
+3 −1 src/hooks/useTPControls.ts
+20 −0 src/localization/en/translation.json
+20 −0 src/localization/zhcn/translation.json
+14 −15 src/objects/Playlist.ts
+13 −0 src/utils/BiliSearch.ts
+1 −1 src/utils/mediafetch/acfunvideo.ts
+2 −0 src/utils/mediafetch/bilichannel.ts
+1 −1 src/utils/mediafetch/bilichannelAudio.ts
+2 −0 src/utils/mediafetch/bilicolle.ts
+2 −0 src/utils/mediafetch/biliseries.ts
+1 −0 src/utils/mediafetch/bilisublive.ts
+13 −0 src/utils/sponsorblock/Constants.ts
+27 −10 src/utils/sponsorblock/bilibili.ts
+13 −0 src/utils/sponsorblock/parser.ts
+26 −0 src/utils/sponsorblock/ytb.ts
+112 −105 yarn.lock
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@babel/preset-typescript": "^7.26.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@types/base-64": "^1.0.2",
"@types/chrome": "^0.0.297",
"@types/chrome": "^0.0.299",
"@types/he": "^1.2.3",
"@types/js-base64": "^3.3.1",
"@types/lodash": "^4.17.14",
"@types/md5": "^2.3.5",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@welldone-software/why-did-you-render": "^8.0.3",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@welldone-software/why-did-you-render": "^10.0.1",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "12.0.2",
Expand Down Expand Up @@ -78,10 +78,10 @@
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@hello-pangea/dnd": "^17.0.0",
"@mui/icons-material": "^6.4.0",
"@mui/lab": "6.0.0-dev.240424162023-9968b4889d",
"@mui/material": "^6.4.0",
"@mui/styles": "^6.4.0",
"@mui/icons-material": "^6.4.1",
"@mui/lab": "6.0.0-beta.24",
"@mui/material": "^6.4.1",
"@mui/styles": "^6.4.1",
"axios": "^1.7.9",
"base-64": "^1.0.0",
"base64-js": "^1.5.1",
Expand Down Expand Up @@ -123,7 +123,7 @@
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"uuid": "^11.0.5",
"youtubei.js": "^12.2.0",
"youtubei.js": "^13.0.0",
"zustand": "^5.0.3"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 155e69c

Please sign in to comment.