refactor: adjust Navbar responsive styling, update Vite host configuration, and upgrade jsdom and vite dependencies.
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 1m2s

This commit is contained in:
Ichitux
2026-03-28 01:52:05 +01:00
parent c30c2640ec
commit f53e271553
3 changed files with 1757 additions and 905 deletions

View File

@@ -82,13 +82,13 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
"jsdom": "^20.0.3",
"jsdom": "^29.0.1",
"lovable-tagger": "^1.1.13",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0",
"vite": "^5.4.19",
"vite": "^8.0.3",
"vitest": "^3.2.4"
}
}