From e1d843572147d823f974dc57fd750aab59663b61 Mon Sep 17 00:00:00 2001 From: Julius Marminge Date: Thu, 8 Feb 2024 13:19:17 +0100 Subject: [PATCH] chore: bump Vite and Vitest (#5165) * bump dep and update snaps * move useAtomics option * update path * revert to main * bump vitest/ui * sync lcok * update type tests * skip fd test? * yolo * fix * whoopsies * chore: auto-fix lint and/or formatting issues * sync lock * update snap * more bumps * fix typetest * fuck it * rm --------- Co-authored-by: Alex / KATT Co-authored-by: juliusmarminge --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 248234aed..38bf3e143 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "tailwindcss": "^3.3.0", "tsx": "^4.0.0", "typescript": "^5.3.3", - "vite": "^4.1.2", - "vitest": "^0.32.0" + "vite": "^5.0.12", + "vitest": "^1.2.2" }, "publishConfig": { "access": "restricted"