mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
fix: Issues with TrustedTypes being reflected incorrectly
This commit is contained in:
@ -106,7 +106,7 @@
|
||||
"start": "npm run tsc-and-copy && electron ./dist/index.js",
|
||||
"start:debug": "ELECTRON_ENABLE_LOGGING=1 electron ./dist/index.js",
|
||||
"generate:package": "node utils/generate-package-json.js",
|
||||
"postinstall": "patch-package && npm run plugins",
|
||||
"postinstall": "npm run plugins",
|
||||
"clean": "del-cli dist && del-cli pack",
|
||||
"ytm-resource-copy-files": "copyfiles error.html youtube-music.css assets/**/* dist/",
|
||||
"copy-files": "copyfiles -u 1 plugins/**/*.html plugins/**/*.css plugins/**/*.bin plugins/**/*.js dist/plugins/",
|
||||
@ -172,7 +172,6 @@
|
||||
"@types/electron-localshortcut": "3.1.0",
|
||||
"@types/howler": "2.2.9",
|
||||
"@types/html-to-text": "9.0.2",
|
||||
"@types/trusted-types": "2.0.4",
|
||||
"@types/youtube-player": "5.5.7",
|
||||
"@typescript-eslint/eslint-plugin": "6.7.0",
|
||||
"auto-changelog": "2.4.0",
|
||||
@ -185,7 +184,6 @@
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"eslint-plugin-prettier": "5.0.0",
|
||||
"node-gyp": "9.4.0",
|
||||
"patch-package": "8.0.0",
|
||||
"playwright": "1.38.0",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user