diff --git a/package.json b/package.json
index 872a0c51..b34cae0f 100644
--- a/package.json
+++ b/package.json
@@ -87,12 +87,12 @@
"prettier": "2.6.2",
"rewire": "6.0.0",
"typescript": "4.9.4",
- "vite": "4.4.12",
+ "vite": "5.0.6",
"vite-plugin-checker": "0.6.1",
- "vite-plugin-ejs": "1.6.4",
- "vite-plugin-pwa": "0.16.4",
+ "vite-plugin-ejs": "1.7.0",
+ "vite-plugin-pwa": "0.17.4",
"vite-plugin-svgr": "2.4.0",
- "vitest": "0.34.1",
+ "vitest": "1.0.1",
"vitest-canvas-mock": "0.3.2"
},
"engines": {
@@ -118,7 +118,7 @@
"start": "vite",
"start:production": "npm run build && npx http-server build -a localhost -p 5001 -o",
"test:all": "yarn test:typecheck && yarn test:code && yarn test:other && yarn test:app --watch=false",
- "test:app": "vitest --config vitest.config.ts",
+ "test:app": "vitest",
"test:code": "eslint --max-warnings=0 --ext .js,.ts,.tsx .",
"test:other": "yarn prettier --list-different",
"test:typecheck": "tsc",
diff --git a/src/tests/__snapshots__/MermaidToExcalidraw.test.tsx.snap b/src/tests/__snapshots__/MermaidToExcalidraw.test.tsx.snap
index 41388038..0e25dc33 100644
--- a/src/tests/__snapshots__/MermaidToExcalidraw.test.tsx.snap
+++ b/src/tests/__snapshots__/MermaidToExcalidraw.test.tsx.snap
@@ -1,10 +1,10 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Test