Skip to content

Commit

Permalink
Merge pull request #467 from matt8707/conditional-media
Browse files Browse the repository at this point in the history
Add 'conditional media' main item, closes #424
  • Loading branch information
matt8707 authored May 19, 2024
2 parents 66dec85 + 91ff09d commit 1be5718
Show file tree
Hide file tree
Showing 83 changed files with 2,269 additions and 506 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ vite.config.ts.timestamp-*
.vscode
src/routes/playground
src/lib/Playground
/data/configuration.yaml
/data/youtube_credentials.json
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,29 @@
"format": "prettier --plugin prettier-plugin-svelte . --write ."
},
"devDependencies": {
"@event-calendar/core": "^2.7.0",
"@event-calendar/day-grid": "^2.7.0",
"@event-calendar/list": "^2.7.0",
"@event-calendar/core": "^2.7.1",
"@event-calendar/day-grid": "^2.7.1",
"@event-calendar/list": "^2.7.1",
"@iconify/svelte": "^4.0.2",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/kit": "^2.5.9",
"@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.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.16",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"svelte-confetti": "^2.0.1",
"svelte-fast-dimension": "^1.1.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
Expand All @@ -45,7 +46,7 @@
"@codemirror/commands": "^6.5.0",
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.4.0",
"@codemirror/lint": "^6.7.0",
"@codemirror/lint": "^6.7.1",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.26.3",
Expand All @@ -61,14 +62,14 @@
"home-assistant-js-websocket": "^9.3.0",
"http-proxy-middleware": "^3.0.0",
"js-yaml": "^4.1.0",
"konva": "^9.3.6",
"maplibre-gl": "^4.2.0",
"konva": "^9.3.8",
"maplibre-gl": "^4.3.2",
"marked": "^12.0.2",
"svelte-confetti": "^1.4.0",
"svelte-dnd-action": "^0.9.45",
"svelte-dnd-action": "^0.9.47",
"svelte-modals": "^1.3.0",
"svelte-ripple": "^0.1.1",
"svelte-tiny-virtual-list": "^2.1.0",
"weekstart": "^2.0.0"
"weekstart": "^2.0.0",
"youtubei.js": "^9.4.0"
}
}
Loading

0 comments on commit 1be5718

Please sign in to comment.