Skip to content

Commit

Permalink
Merge pull request #504 from matt8707/scenes
Browse files Browse the repository at this point in the history
Add scenes section type
  • Loading branch information
matt8707 authored Jun 17, 2024
2 parents d056da5 + 4a08ac5 commit 11e144b
Show file tree
Hide file tree
Showing 77 changed files with 1,517 additions and 488 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ha-fusion",
"version": "0.0.1",
"version": "2024.6.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand All @@ -16,8 +16,8 @@
"@event-calendar/day-grid": "^3.0.2",
"@event-calendar/list": "^3.0.2",
"@iconify/svelte": "^4.0.2",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/adapter-node": "^5.1.1",
"@sveltejs/kit": "^2.5.16",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
Expand All @@ -26,20 +26,20 @@
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/promise-fs": "^2.1.5",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.2",
"globals": "^15.4.0",
"prettier": "^3.3.1",
"eslint-plugin-svelte": "^2.40.0",
"globals": "^15.6.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-check": "^3.8.1",
"svelte-confetti": "^2.0.1",
"svelte-fast-dimension": "^1.1.0",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"typescript-eslint": "8.0.0-alpha.27",
"vite": "^5.2.13"
"typescript-eslint": "8.0.0-alpha.30",
"vite": "^5.3.1"
},
"type": "module",
"dependencies": {
Expand All @@ -50,7 +50,7 @@
"@codemirror/lint": "^6.8.0",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.27.0",
"@codemirror/view": "^6.28.1",
"@fontsource-variable/inter": "^5.0.18",
"@jaames/iro": "^5.5.2",
"codemirror": "^6.0.1",
Expand All @@ -60,13 +60,13 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"hls.js": "^1.5.11",
"home-assistant-js-websocket": "^9.3.0",
"home-assistant-js-websocket": "^9.4.0",
"http-proxy-middleware": "^3.0.0",
"js-yaml": "^4.1.0",
"konva": "^9.3.11",
"maplibre-gl": "^4.3.2",
"maplibre-gl": "^4.4.1",
"marked": "^13.0.0",
"svelte-dnd-action": "^0.9.48",
"svelte-dnd-action": "^0.9.49",
"svelte-modals": "^1.3.0",
"svelte-ripple": "^0.1.1",
"svelte-tiny-virtual-list": "^2.1.2",
Expand Down
Loading

0 comments on commit 11e144b

Please sign in to comment.