@rehearsal/ts-utils
Advanced tools
Comparing version 1.0.12-beta to 1.0.13-beta
{ | ||
"name": "@rehearsal/ts-utils", | ||
"version": "1.0.12-beta", | ||
"version": "1.0.13-beta", | ||
"description": "Rehearsal TypeScript Utils", | ||
@@ -47,7 +47,6 @@ "keywords": [ | ||
"@types/which": "^2.0.1", | ||
"typescript": "^4.9.5", | ||
"vitest": "^0.28.5" | ||
"vitest": "^0.29.2" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^4.9 || ^5.0" | ||
"typescript": "^5.0" | ||
}, | ||
@@ -64,6 +63,6 @@ "packageManager": "pnpm@7.12.1", | ||
"lint": "npm-run-all lint:*", | ||
"lint:eslint": "eslint --fix . --ext .ts", | ||
"lint:tsc-src": "tsc --noEmit", | ||
"lint:tsc-test": "tsc --noEmit --project test/tsconfig.json", | ||
"test": "vitest --run", | ||
"test:slow": "vitest --run", | ||
"test:watch": "vitest --coverage --watch", | ||
@@ -70,0 +69,0 @@ "version": "pnpm version" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76507
2