Skip to content

Commit

Permalink
Merge pull request #475 from matt8707/youtube
Browse files Browse the repository at this point in the history
Fix youtube addon when using ingress
  • Loading branch information
matt8707 authored May 23, 2024
2 parents d00b9d1 + b520739 commit 030c80d
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 444 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"format": "prettier --plugin prettier-plugin-svelte . --write ."
},
"devDependencies": {
"@event-calendar/core": "^2.7.1",
"@event-calendar/day-grid": "^2.7.1",
"@event-calendar/list": "^2.7.1",
"@event-calendar/core": "^2.7.2",
"@event-calendar/day-grid": "^2.7.2",
"@event-calendar/list": "^2.7.2",
"@iconify/svelte": "^4.0.2",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/promise-fs": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.0",
Expand All @@ -46,7 +46,7 @@
"@codemirror/commands": "^6.5.0",
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.4.0",
"@codemirror/lint": "^6.7.1",
"@codemirror/lint": "^6.8.0",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.26.3",
Expand All @@ -62,7 +62,7 @@
"home-assistant-js-websocket": "^9.3.0",
"http-proxy-middleware": "^3.0.0",
"js-yaml": "^4.1.0",
"konva": "^9.3.8",
"konva": "^9.3.9",
"maplibre-gl": "^4.3.2",
"marked": "^12.0.2",
"svelte-dnd-action": "^0.9.47",
Expand Down
Loading

0 comments on commit 030c80d

Please sign in to comment.