Skip to content

Commit eceb07d

Browse files
Update npm (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee87e96 commit eceb07d

File tree

2 files changed

+213
-252
lines changed

2 files changed

+213
-252
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"devDependencies": {
2020
"@neoconfetti/svelte": "^2.2.1",
21-
"@sveltejs/adapter-vercel": "^5.5.2",
22-
"@sveltejs/kit": "^2.15.3",
21+
"@sveltejs/adapter-vercel": "^5.5.3",
22+
"@sveltejs/kit": "^2.16.1",
2323
"@sveltejs/vite-plugin-svelte": "^5.0.3",
2424
"@tanstack/table-core": "^8.20.5",
2525
"@total-typescript/ts-reset": "^0.6.1",
@@ -28,32 +28,32 @@
2828
"autoprefixer": "^10.4.20",
2929
"bits-ui": "1.0.0-next.84",
3030
"clsx": "^2.1.1",
31-
"eslint": "^9.18.0",
31+
"eslint": "^9.19.0",
3232
"eslint-config-prettier": "^10.0.1",
3333
"eslint-plugin-svelte": "^2.46.1",
3434
"globals": "^15.14.0",
3535
"husky": "^9.1.7",
36-
"lucide-svelte": "^0.471.0",
37-
"mode-watcher": "^0.5.0",
36+
"lucide-svelte": "^0.474.0",
37+
"mode-watcher": "^0.5.1",
3838
"postcss": "^8.5.1",
3939
"postcss-import": "^16.1.0",
4040
"postcss-load-config": "^6.0.1",
4141
"prettier": "^3.4.2",
4242
"prettier-plugin-svelte": "^3.3.3",
43-
"prettier-plugin-tailwindcss": "^0.6.10",
44-
"svelte": "^5.18.0",
43+
"prettier-plugin-tailwindcss": "^0.6.11",
44+
"svelte": "^5.19.6",
4545
"svelte-check": "^4.1.4",
46-
"svelte-dnd-action": "^0.9.54",
46+
"svelte-dnd-action": "^0.9.56",
4747
"svelte-sonner": "^0.3.28",
4848
"tailwind-merge": "^2.6.0",
49-
"tailwind-variants": "^0.3.0",
49+
"tailwind-variants": "^0.3.1",
5050
"tailwindcss": "^3.4.17",
5151
"tailwindcss-3d": "^1.0.7",
5252
"tailwindcss-animate": "^1.0.7",
5353
"tslib": "^2.8.1",
5454
"typescript": "^5.7.3",
55-
"typescript-eslint": "^8.20.0",
56-
"vite": "^6.0.7",
55+
"typescript-eslint": "^8.22.0",
56+
"vite": "^6.0.11",
5757
"vite-plugin-lucide-preprocess": "^1.2.4"
5858
},
5959
"pnpm": {
@@ -63,5 +63,5 @@
6363
]
6464
},
6565
"type": "module",
66-
"packageManager": "pnpm@10.0.0"
66+
"packageManager": "pnpm@10.1.0"
6767
}

0 commit comments

Comments
 (0)