Bump Vitest and his dependencies (#1414)

* migration to Svelte 4

* feat: update peer dep

* feat: update lockfile

* Bump vitest and deps

---------

Co-authored-by: joseph <josephrios56@gmail.com>
This commit is contained in:
Eric Fennis
2023-06-29 21:42:47 +02:00
committed by GitHub
parent c844bc668f
commit 3619dfa7f2
21 changed files with 2436 additions and 1001 deletions

View File

@@ -42,8 +42,8 @@
"@vue/test-utils": "2.2.4",
"@vitejs/plugin-vue": "^3.2.0",
"rollup": "^3.5.1",
"vite": "^3.1.0",
"vitest": "^0.24.3",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"vue": "3.2.45",
"jsdom": "^20.0.3"
},