Skip to content

Commit

Permalink
chore: yarn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Nov 27, 2024
1 parent 2db1114 commit 417b786
Show file tree
Hide file tree
Showing 5 changed files with 1,029 additions and 134 deletions.
925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
checksumBehavior: ignore

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion azusa-player-mobile
Submodule azusa-player-mobile updated 61 files
+26 −0 .github/workflows/lint.yml
+74 −0 android/app/src/main/res/drawable/shortcut_play_background.xml
+15 −0 android/app/src/main/res/drawable/shortcut_play_foreground.xml
+74 −0 android/app/src/main/res/drawable/shortcut_shuffle_on_background.xml
+15 −0 android/app/src/main/res/drawable/shortcut_shuffle_on_foreground.xml
+6 −0 android/app/src/main/res/mipmap-anydpi-v26/shortcut_play.xml
+6 −0 android/app/src/main/res/mipmap-anydpi-v26/shortcut_play_round.xml
+6 −0 android/app/src/main/res/mipmap-anydpi-v26/shortcut_shuffle_on.xml
+6 −0 android/app/src/main/res/mipmap-anydpi-v26/shortcut_shuffle_on_round.xml
+ android/app/src/main/res/mipmap-hdpi/shortcut_play.webp
+ android/app/src/main/res/mipmap-hdpi/shortcut_play_round.webp
+ android/app/src/main/res/mipmap-hdpi/shortcut_shuffle_on.webp
+ android/app/src/main/res/mipmap-hdpi/shortcut_shuffle_on_round.webp
+ android/app/src/main/res/mipmap-mdpi/shortcut_play.webp
+ android/app/src/main/res/mipmap-mdpi/shortcut_play_round.webp
+ android/app/src/main/res/mipmap-mdpi/shortcut_shuffle_on.webp
+ android/app/src/main/res/mipmap-mdpi/shortcut_shuffle_on_round.webp
+ android/app/src/main/res/mipmap-xhdpi/shortcut_play.webp
+ android/app/src/main/res/mipmap-xhdpi/shortcut_play_round.webp
+ android/app/src/main/res/mipmap-xhdpi/shortcut_shuffle_on.webp
+ android/app/src/main/res/mipmap-xhdpi/shortcut_shuffle_on_round.webp
+ android/app/src/main/res/mipmap-xxhdpi/shortcut_play.webp
+ android/app/src/main/res/mipmap-xxhdpi/shortcut_play_round.webp
+ android/app/src/main/res/mipmap-xxhdpi/shortcut_shuffle_on.webp
+ android/app/src/main/res/mipmap-xxhdpi/shortcut_shuffle_on_round.webp
+ android/app/src/main/res/mipmap-xxxhdpi/shortcut_play.webp
+ android/app/src/main/res/mipmap-xxxhdpi/shortcut_play_round.webp
+ android/app/src/main/res/mipmap-xxxhdpi/shortcut_shuffle_on.webp
+ android/app/src/main/res/mipmap-xxxhdpi/shortcut_shuffle_on_round.webp
+4 −0 android/app/src/main/res/values/shortcut_play_background.xml
+4 −0 android/app/src/main/res/values/shortcut_shuffle_on_background.xml
+2 −2 android/app/src/main/res/xml/shortcuts.xml
+ android/app/src/main/shortcut_play-playstore.png
+ android/app/src/main/shortcut_shuffle_on-playstore.png
+20 −20 package.json
+0 −0 patches/expo-image+2.0.2.patch
+1 −0 src/components/background/AppOpenSplash.tsx
+2 −2 src/components/dialogs/GenericSelectDialog.tsx
+1 −1 src/components/explore/YTMusic.tsx
+1 −0 src/components/landscape/LandscapePlayerPanel.tsx
+1 −1 src/components/login/google/YTM.tsx
+1 −1 src/components/miniplayer/Lrc.tsx
+1 −0 src/components/player/controls/WavyAnimation.tsx
+150 −157 src/components/setting/DeveloperSettings.tsx
+40 −0 src/components/setting/SelectDialogWrapper.tsx
+4 −1 src/components/setting/SyncSettings.tsx
+21 −33 src/components/setting/appearances/SelectDarkModeButton.tsx
+10 −6 src/components/setting/appearances/SkinSettings.tsx
+1 −1 src/components/setting/helpers/SelectSetting.tsx
+0 −9 src/components/setting/helpers/SettingEntry.ts
+12 −1 src/components/setting/sync/PersonalSyncButton.tsx
+7 −1 src/components/setting/sync/useSync.ts
+2 −1 src/hooks/useSetupPlayer.ts
+1 −0 src/localization/en/translation.json
+1 −1 src/localization/i18n.ts
+1 −0 src/localization/zhcn/translation.json
+5 −4 src/utils/ChromeStorage.ts
+16 −0 src/utils/Utils.ts
+3 −3 src/utils/sync/Dropbox.ts
+1 −1 src/utils/sync/Github.ts
+266 −354 yarn.lock
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
"@fortawesome/fontawesome-free": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@hello-pangea/dnd": "^17.0.0",
"@mui/icons-material": "^6.1.8",
"@mui/lab": "6.0.0-dev.240424162023-9968b4889d",
"@mui/material": "^6.1.8",
"@mui/styles": "^6.1.8",
"@mui/icons-material": "^6.1.9",
"@mui/lab": "6.0.0-beta.17",
"@mui/material": "^6.1.9",
"@mui/styles": "^6.1.9",
"axios": "^1.7.8",
"base-64": "^1.0.0",
"base64-js": "^1.5.1",
Expand All @@ -100,7 +100,7 @@
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"he": "^1.2.0",
"i18next": "^23.16.8",
"i18next": "^24.0.2",
"libmuse": "https://github.com/lovegaoshi/muse.git#commit=0bffe2319baf825037bece6869d360d6d307eb72",
"material-ui-confirm": "^3.0.16",
"md5": "^2.3.0",
Expand Down
Loading

0 comments on commit 417b786

Please sign in to comment.