aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-29 00:03:55 -0500
committerGitHub <noreply@github.com>2023-12-29 05:03:55 +0000
commit088625266852bf1f86e3f6bc788f85356dafcd5d (patch)
treeb4d57d385aacba6f322d28eccdc0fc889c5e694b /package.json
parent50c8480a6cc851dbf0c288e688d2cdf08f592f49 (diff)
Update vitest (#484)
* Update vitest dependencies * Fix issues
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index bca8ac8a..4d301a54 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,7 @@
"@types/zip.js": "^2.0.32",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
- "@vitest/coverage-v8": "^0.34.6",
+ "@vitest/coverage-v8": "^1.1.0",
"ajv": "^8.12.0",
"css": "^3.0.0",
"dotenv": "^16.3.1",
@@ -71,7 +71,7 @@
"eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-unused-imports": "^3.0.0",
- "eslint-plugin-vitest": "^0.3.12",
+ "eslint-plugin-vitest": "^0.3.20",
"fake-indexeddb": "^5.0.1",
"html-validate": "^8.7.4",
"jsdom": "^23.0.1",
@@ -81,7 +81,7 @@
"stylelint-config-recommended": "^14.0.0",
"ts-json-schema-generator": "^1.5.0",
"typescript": "5.3.3",
- "vitest": "^0.34.6"
+ "vitest": "^1.1.0"
},
"dependencies": {
"@zip.js/zip.js": "^2.7.31",