Upgrade frontend lint and test dependencies

This commit is contained in:
rcourtman 2026-03-26 20:33:59 +00:00
parent cb011f7f14
commit 14a149c369
2 changed files with 264 additions and 782 deletions

File diff suppressed because it is too large Load diff

View file

@ -44,9 +44,7 @@
"@tailwindcss/typography": "^0.5.19",
"@testing-library/jest-dom": "^6.5.0",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/coverage-v8": "^4.1.2",
"autoprefixer": "^10.4.0",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.0",
@ -57,9 +55,9 @@
"prettier": "^3.3.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.3.0",
"typescript-eslint": "^8.54.0",
"typescript-eslint": "^8.57.2",
"vite": "^6.4.1",
"vite-plugin-solid": "^2.8.0",
"vitest": "^3.2.4"
"vitest": "^4.1.2"
}
}