Upgrade dependencies
All checks were successful
Audit / Audit (push) Successful in 11s
Push / Lint (push) Successful in 27s
Push / Build (push) Successful in 35s

This commit is contained in:
Michael Bradley 2025-02-25 20:02:39 -05:00
parent ad840a31c1
commit c1d09353e0
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 174 additions and 174 deletions

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.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"prettier": "^3.5.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.6",
"typescript": "^5.7.3",
"typescript-eslint": "^8.25.0",
"vite": "^6.2.0",
"vite-imagetools": "^7.0.5",
"vite-plugin-html": "^3.2.2",
"vite-plugin-svgr": "^4.3.0"