diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 2a830794..a560ee90 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,7 @@ "@typescript-eslint/parser": "~5.40.1", "@vitest/coverage-c8": "~0.24.3", "@vitest/ui": "~0.24.3", + "@vueuse/core": "~9.4.0", "c8": "~7.12.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~10.10.0", @@ -137,8 +138,9 @@ "typescript": "~4.8.4", "validator": "~13.7.0", "vite": "~3.1.8", - "vitepress": "1.0.0-alpha.22", - "vitest": "~0.24.3" + "vitepress": "1.0.0-alpha.26", + "vitest": "~0.24.3", + "vue": "~3.2.41" }, "packageManager": "[email protected]", "engines": { |
