@rehearsal/utils
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "@rehearsal/utils", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Rehearsal Utils", | ||
@@ -43,6 +43,6 @@ "keywords": [ | ||
"@types/which": "^3.0.0", | ||
"@vitest/coverage-c8": "^0.33.0", | ||
"@vitest/coverage-v8": "^0.34.3", | ||
"fixturify": "^3.0.0", | ||
"fixturify-project": "^5.2.0", | ||
"vitest": "^0.30.0" | ||
"vitest": "^0.34.3" | ||
}, | ||
@@ -64,3 +64,3 @@ "peerDependencies": { | ||
"lint:tsc-test": "tsc --noEmit --project test/tsconfig.json", | ||
"test": "vitest --run --config ./vitest.config.ts --coverage", | ||
"test": "vitest --run --config ./vitest.config.ts", | ||
"test:watch": "vitest --coverage --watch", | ||
@@ -67,0 +67,0 @@ "version": "pnpm version" |
93454