diff --git a/package.json b/package.json index fdfb4ae..00da511 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@jest/globals": "^29.7.0", "@run-z/eslint-config": "^4.2.0", "@run-z/prettier-config": "^2.0.0", - "@run-z/project-config": "^0.20.3", + "@run-z/project-config": "^0.20.4", "@swc/core": "^1.7.26", "@swc/jest": "^0.2.36", "@types/node": "^20.16.11", @@ -78,7 +78,7 @@ "ts-jest": "^29.2.5", "tslib": "^2.7.0", "typedoc": "^0.26.8", - "typescript": "~5.5.4" + "typescript": "~5.6.2" }, "scripts": { "all": "run-z build,lint,test",