Skip to content

Commit 26b9734

Browse files
authored
chore: updated deps, test fixes (#257)
1 parent 87b8364 commit 26b9734

File tree

4 files changed

+378
-108
lines changed

4 files changed

+378
-108
lines changed

env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="vite/client" />
22
/// <reference types="vitest" />
3+
/// <reference types="@testing-library/jest-dom/vitest" />
34

45
interface ImportMetaEnv {
56
readonly BASE?: string;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@tailwindcss/vite": "4.1.18",
2121
"@testing-library/jest-dom": "6.9.1",
2222
"@types/eslint-plugin-jsx-a11y": "6.10.1",
23-
"@types/node": "24.10.4",
23+
"@types/node": "25.0.3",
2424
"@vitest/coverage-v8": "4.0.16",
2525
"eslint": "9.39.2",
2626
"eslint-config-prettier": "10.1.8",
@@ -37,7 +37,7 @@
3737
"tailwindcss": "4.1.18",
3838
"typescript": "5.9.3",
3939
"typescript-eslint": "8.50.1",
40-
"vite": "8.0.0-beta.4",
40+
"vite": "8.0.0-beta.5",
4141
"vite-plugin-checker": "0.12.0",
4242
"vite-plugin-solid": "2.11.10",
4343
"vite-tsconfig-paths": "6.0.3",

0 commit comments

Comments
 (0)