Skip to content

Commit

Permalink
Merge pull request #383 from matt8707/notifications
Browse files Browse the repository at this point in the history
Add notifications options and markdown support, close #370 close #371
  • Loading branch information
matt8707 authored Feb 16, 2024
2 parents 1a012c5 + 952b340 commit 27bb8cb
Show file tree
Hide file tree
Showing 72 changed files with 367 additions and 205 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.0",
"svelte": "^4.2.10",
"prettier-plugin-svelte": "^3.2.1",
"svelte": "^4.2.11",
"svelte-check": "^3.6.4",
"svelte-fast-dimension": "^1.1.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.1"
"vite": "^5.1.3"
},
"type": "module",
"dependencies": {
Expand All @@ -52,13 +52,13 @@
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"dotenv": "^16.4.3",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"home-assistant-js-websocket": "^9.1.0",
"http-proxy-middleware": "^2.0.6",
"js-yaml": "^4.1.0",
"konva": "^9.3.3",
"maplibre-gl": "^4.0.0",
"maplibre-gl": "^4.0.1",
"marked": "^12.0.0",
"svelecte": "^3.17.3",
"svelte-confetti": "^1.3.2",
Expand Down
Loading

0 comments on commit 27bb8cb

Please sign in to comment.