Update dependencies and add vitest coverage plugin

This commit is contained in:
Ludy87 2025-09-03 05:52:38 +02:00
parent d9c043f7ad
commit c665aca3b5
No known key found for this signature in database
GPG Key ID: 92696155E0220F94
2 changed files with 874 additions and 231 deletions

File diff suppressed because it is too large Load Diff

View File

@ -77,12 +77,12 @@
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"@types/node": "^24.3.0", "@types/node": "^24.3.0",
"@types/pdfjs-dist": "^2.10.378",
"@types/react": "^19.1.12", "@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9", "@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.42.0", "@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0", "@typescript-eslint/parser": "^8.42.0",
"@vitejs/plugin-react-swc": "^4.0.1", "@vitejs/plugin-react-swc": "^4.0.1",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.34.0", "eslint": "^9.34.0",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"jsdom": "^26.1.0", "jsdom": "^26.1.0",
@ -96,7 +96,8 @@
"ignoreMatches": [ "ignoreMatches": [
"@emotion/*", "@emotion/*",
"tailwindcss", "tailwindcss",
"@testing-library/user-event" "@testing-library/user-event",
"@vitest/coverage-v8"
] ]
} }
} }