Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed May 19, 2024
1 parent a8d5ad8 commit 91ff09d
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 208 deletions.
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 91ff09d

Please sign in to comment.