mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-26 15:01:20 +00:00
feat: update dependencies
This commit is contained in:
parent
8191339f5c
commit
cccda58939
2 changed files with 892 additions and 579 deletions
32
package.json
32
package.json
|
@ -13,41 +13,41 @@
|
|||
"unlighthouse": "unlighthouse-ci"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-vercel": "^5.3.1",
|
||||
"@sveltejs/kit": "^2.5.10",
|
||||
"@sveltejs/adapter-vercel": "^5.4.0",
|
||||
"@sveltejs/kit": "^2.5.18",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
||||
"@types/eslint": "8.56.10",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
||||
"@typescript-eslint/parser": "^7.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
||||
"@typescript-eslint/parser": "^7.15.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"clsx": "^2.1.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.39.3",
|
||||
"formsnap": "^1.0.0",
|
||||
"lint-staged": "^15.2.6",
|
||||
"postcss": "^8.4.38",
|
||||
"eslint-plugin-svelte": "^2.41.0",
|
||||
"formsnap": "^1.0.1",
|
||||
"lint-staged": "^15.2.7",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss-load-config": "^5.1.0",
|
||||
"prettier": "^3.3.2",
|
||||
"prettier-plugin-svelte": "^3.2.4",
|
||||
"prettier-plugin-svelte": "^3.2.5",
|
||||
"prettier-plugin-tailwindcss": "^0.5.14",
|
||||
"svelte": "^4.2.18",
|
||||
"svelte-check": "^3.8.0",
|
||||
"sveltekit-superforms": "^2.15.1",
|
||||
"svelte-check": "^3.8.4",
|
||||
"sveltekit-superforms": "^2.15.2",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.4.5",
|
||||
"unlighthouse": "^0.13.0",
|
||||
"vite": "^5.2.13",
|
||||
"typescript": "^5.5.3",
|
||||
"unlighthouse": "^0.13.1",
|
||||
"vite": "^5.3.2",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@internationalized/date": "^3.5.4",
|
||||
"bits-ui": "^0.21.10",
|
||||
"bits-ui": "^0.21.11",
|
||||
"cmdk-sv": "^0.0.17",
|
||||
"lucide-svelte": "^0.394.0",
|
||||
"mode-watcher": "^0.3.0",
|
||||
"mode-watcher": "^0.3.1",
|
||||
"pocketbase": "^0.21.3",
|
||||
"svelte-headless-table": "^0.18.2",
|
||||
"svelte-sonner": "^0.3.24",
|
||||
|
|
1439
pnpm-lock.yaml
1439
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue