Skip to content

Commit

Permalink
Merge pull request #349 from matt8707/template
Browse files Browse the repository at this point in the history
Add button modal templates close #209 close #235 close #236 close #337 close #348
  • Loading branch information
matt8707 authored Feb 10, 2024
2 parents be67e65 + b0cdf2d commit af0457e
Show file tree
Hide file tree
Showing 79 changed files with 1,625 additions and 593 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/promise-fs": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"svelte": "^4.2.10",
"svelte-check": "^3.6.4",
"svelte-fast-dimension": "^1.1.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.1.1"
},
"type": "module",
"dependencies": {
Expand All @@ -45,7 +45,7 @@
"@codemirror/lint": "^6.5.0",
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.23.1",
"@codemirror/view": "^6.24.0",
"@fontsource-variable/inter": "^5.0.16",
"@jaames/iro": "^5.5.2",
"codemirror": "^6.0.1",
Expand All @@ -57,10 +57,10 @@
"home-assistant-js-websocket": "^9.1.0",
"http-proxy-middleware": "^2.0.6",
"js-yaml": "^4.1.0",
"konva": "^9.3.2",
"konva": "^9.3.3",
"maplibre-gl": "^4.0.0",
"marked": "^11.2.0",
"svelecte": "^3.17.2",
"marked": "^12.0.0",
"svelecte": "^3.17.3",
"svelte-confetti": "^1.3.2",
"svelte-dnd-action": "^0.9.38",
"svelte-modals": "^1.3.0",
Expand Down
Loading

0 comments on commit af0457e

Please sign in to comment.