diff --git a/package.json b/package.json index a36d050..ac35707 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@run-z/eslint-config": "^3.3.1", "@run-z/prettier-config": "^2.0.0", "@run-z/project-config": "^0.15.3", - "@swc/core": "^1.3.42", + "@swc/core": "^1.3.44", "@swc/jest": "^0.2.24", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", @@ -52,7 +52,7 @@ "ts-jest": "^29.0.5", "tslib": "^2.5.0", "typedoc": "^0.23.28", - "typescript": "~5.0.2" + "typescript": "~5.0.3" }, "scripts": { "all": "run-z build,lint,test",