diff --git a/package.json b/package.json index 4bd04cf..8358308 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@proc7ts/context-builder": "^7.0.2", "@run-z/eslint-config": "^3.5.0", "@run-z/prettier-config": "^2.0.0", - "@run-z/project-config": "^0.19.3", + "@run-z/project-config": "^0.20.0", "@swc/core": "^1.3.80", "@swc/jest": "^0.2.29", "@typescript-eslint/eslint-plugin": "^6.4.1", @@ -53,7 +53,7 @@ "ts-jest": "^29.1.1", "tslib": "^2.6.2", "typedoc": "^0.25.0", - "typescript": "~5.1.6" + "typescript": "~5.2.2" }, "scripts": { "all": "run-z build,lint,test",