diff --git a/package.json b/package.json index 3fa2c49..8b1f5eb 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@run-z/eslint-config": "^4.0.0", - "@run-z/project-config": "^0.20.2", + "@run-z/project-config": "^0.20.3", "@swc/core": "^1.6.5", "@swc/jest": "^0.2.36", "@typescript-eslint/eslint-plugin": "^7.14.1", @@ -46,7 +46,7 @@ "ts-jest": "^29.1.5", "tslib": "^2.6.3", "typedoc": "^0.26.3", - "typescript": "~5.4.5" + "typescript": "~5.5.2" }, "scripts": { "all": "run-z build,lint,test",