fix: downgrade vite for now

This commit is contained in:
bjarneo 2025-05-13 20:29:59 +02:00
parent 90aa0109dc
commit f2eff320ea
No known key found for this signature in database
GPG Key ID: AA3697C46F530672
2 changed files with 148 additions and 1003 deletions

1147
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@
"@fastify/jwt": "^9.0.3",
"@fastify/multipart": "^9.0.3",
"@fastify/static": "^8.1.0",
"@fastify/vite": "^8.0.5",
"@fastify/vite": "^7.0.1",
"@prisma/client": "^4.12.0",
"@vitejs/plugin-react": "^4.2.1",
"bcryptjs": "^2.4.3",
@ -103,7 +103,7 @@
"react-router-dom": "^7.5.2",
"tweetnacl": "^0.14.5",
"tweetnacl-util": "^0.15.1",
"vite": "^6.3.3",
"vite": "^5.4.18",
"zustand": "^5.0.0"
},
"lint-staged": {