Skip to content

Commit b7c1a67

Browse files
Update typescript requirement from ^5.6.2 to ^5.6.3 in /packages/worker
Updates the requirements on [typescript](https://github.com/microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fc3fee commit b7c1a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-config-prettier": "^9.1.0",
2828
"globals": "^15.10.0",
2929
"prettier": "^3.3.3",
30-
"typescript": "^5.6.2",
30+
"typescript": "^5.6.3",
3131
"typescript-eslint": "^8.8.0",
3232
"vitest": "1.5.0"
3333
}

0 commit comments

Comments
 (0)