Skip to content

Commit

Permalink
Pull latest changes
Browse files Browse the repository at this point in the history
the SMILE! :D edition (listen to it its really good)
  • Loading branch information
iryis committed Jul 26, 2024
2 parents 171dc8d + 6613962 commit c362e1a
Show file tree
Hide file tree
Showing 48 changed files with 5,595 additions and 2,638 deletions.
2,207 changes: 1,137 additions & 1,070 deletions changelog.md

Large diffs are not rendered by default.

76 changes: 44 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "youtube-music",
"productName": "YouTube Music",
"version": "3.3.12",
"version": "3.4.1",
"description": "YouTube Music Desktop App - including custom plugins",
"main": "./dist/main/index.js",
"license": "MIT",
Expand Down Expand Up @@ -77,6 +77,20 @@
"rpm"
]
},
"deb": {
"depends": [
"libgtk-3-0",
"libnotify4",
"libnss3",
"libxss1",
"libxtst6",
"xdg-utils",
"libatspi2.0-0",
"libuuid1",
"libasound2",
"libgbm1"
]
},
"rpm": {
"depends": [
"/usr/lib64/libuuid.so.1"
Expand Down Expand Up @@ -127,19 +141,16 @@
"pnpm": {
"overrides": {
"usocket": "1.0.1",
"node-gyp": "10.1.0",
"node-gyp": "10.2.0",
"xml2js": "0.6.2",
"node-fetch": "3.3.2",
"@electron/universal": "2.0.1",
"@babel/runtime": "7.24.7",
"eslint": "9.4.0",
"@typescript-eslint/parser": "8.0.0-alpha.29"
"@babel/runtime": "7.24.8"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@xhayper/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]"
}
},
"dependencies": {
Expand All @@ -149,7 +160,7 @@
"@electron/remote": "2.1.2",
"@ffmpeg.wasm/core-mt": "0.12.0",
"@ffmpeg.wasm/main": "0.12.0",
"@floating-ui/dom": "1.6.5",
"@floating-ui/dom": "1.6.7",
"@foobar404/wave": "2.0.5",
"@jellybrick/electron-better-web-request": "1.0.4",
"@jellybrick/mpris-service": "2.1.4",
Expand All @@ -158,74 +169,75 @@
"butterchurn": "3.0.0-beta.4",
"butterchurn-presets": "3.0.0-beta.4",
"color": "4.2.3",
"conf": "12.0.0",
"custom-electron-prompt": "1.5.7",
"conf": "13.0.1",
"custom-electron-prompt": "1.5.8",
"dbus-next": "0.10.2",
"deepmerge-ts": "7.0.3",
"electron-debug": "4.0.0",
"electron-is": "3.0.0",
"electron-localshortcut": "3.2.1",
"electron-store": "9.0.0",
"electron-store": "10.0.0",
"electron-unhandled": "4.0.1",
"electron-updater": "6.2.1",
"fast-average-color": "9.4.0",
"fast-equals": "5.0.1",
"filenamify": "6.0.0",
"howler": "2.2.4",
"html-to-text": "9.0.5",
"i18next": "23.11.5",
"i18next": "23.12.1",
"keyboardevent-from-electron-accelerator": "2.0.0",
"keyboardevents-areequal": "0.2.2",
"node-html-parser": "6.1.13",
"node-id3": "0.2.6",
"peerjs": "1.5.4",
"semver": "7.6.2",
"semver": "7.6.3",
"serve": "14.2.3",
"simple-youtube-age-restriction-bypass": "github:organization/Simple-YouTube-Age-Restriction-Bypass#v2.5.9",
"solid-floating-ui": "0.3.1",
"solid-js": "1.8.17",
"solid-js": "1.8.18",
"solid-styled-components": "0.28.5",
"solid-transition-group": "0.2.3",
"ts-morph": "22.0.0",
"ts-morph": "23.0.0",
"vudio": "2.1.1",
"x11": "2.3.0",
"youtubei.js": "9.4.0"
"youtubei.js": "10.1.0"
},
"devDependencies": {
"@playwright/test": "1.44.1",
"@playwright/test": "1.45.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/color": "3.0.6",
"@types/electron-localshortcut": "3.1.3",
"@types/howler": "2.2.11",
"@types/html-to-text": "9.0.4",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.29",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"bufferutil": "4.0.8",
"builtin-modules": "4.0.0",
"cross-env": "7.0.3",
"del-cli": "5.1.0",
"discord-api-types": "0.37.87",
"electron": "30.1.0",
"discord-api-types": "0.37.92",
"electron": "31.2.1",
"electron-builder": "24.13.3",
"electron-devtools-installer": "3.2.0",
"electron-vite": "2.2.0",
"esbuild": "0.21.4",
"eslint": "9.4.0",
"electron-vite": "2.3.0",
"esbuild": "0.23.0",
"eslint": "8.57.0",
"eslint-import-resolver-exports": "1.0.0-beta.5",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"glob": "10.4.1",
"node-gyp": "10.1.0",
"playwright": "1.44.1",
"rollup": "4.18.0",
"typescript": "5.4.5",
"eslint-plugin-prettier": "5.2.1",
"glob": "11.0.0",
"node-gyp": "10.2.0",
"playwright": "1.45.2",
"rollup": "4.18.1",
"typescript": "5.5.3",
"utf-8-validate": "6.0.4",
"vite": "5.2.13",
"vite-plugin-inspect": "0.8.4",
"vite": "5.3.4",
"vite-plugin-inspect": "0.8.5",
"vite-plugin-resolve": "2.5.1",
"vite-plugin-solid": "2.10.2",
"ws": "8.17.0"
"ws": "8.18.0"
},
"auto-changelog": {
"hideCredit": true,
Expand Down
Loading

0 comments on commit c362e1a

Please sign in to comment.