|
@@ -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",
|