diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index cd39eef..d9877dd 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", "@vitejs/plugin-react": "^6.0.2", + "@vitest/ui": "^1.0.0", "concurrently": "^10.0.3", "eslint": "^8.3.0", "eslint-config-airbnb": "^19.0.4", @@ -78,8 +79,7 @@ "prettier": "^2.6.0", "ts-node": "^10.9.2", "vite": "^8.0.16", - "vitest": "^1.0.0", - "@vitest/ui": "^1.0.0" + "vitest": "^1.0.0" }, "packageManager": "pnpm@8.15.3" } |
