Upgrade deps
Some checks failed
Audit / Audit (push) Failing after 9s
Build / Build (push) Successful in 43s

Didn't actually  fix the audit issue unfortunately
This commit is contained in:
Michael Bradley 2025-02-23 04:23:43 -05:00
parent 1db03d5615
commit 58b7fc6cc7
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 36 additions and 36 deletions

View file

@ -13,18 +13,18 @@
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.21.0",
"@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",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^16.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.6",