mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
fix: TrustedHTML warning
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": "npm run plugins",
|
||||
"postinstall": "patch-package && 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,6 +172,7 @@
|
||||
"@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",
|
||||
|
||||
Reference in New Issue
Block a user