Update dependencies
All checks were successful
Audit / Audit (push) Successful in 12s
Push / Lint (push) Successful in 29s
Push / Build (push) Successful in 38s

This commit is contained in:
Michael Bradley 2025-03-19 23:06:58 -04:00
parent c1d09353e0
commit ca98a571de
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 338 additions and 327 deletions

651
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,17 +20,17 @@
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/react": "^19.0.10",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.25.0",
"vite": "^6.2.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.27.0",
"vite": "^6.2.2",
"vite-imagetools": "^7.0.5",
"vite-plugin-html": "^3.2.2",
"vite-plugin-svgr": "^4.3.0"