Skip to content

Commit 4e444a3

Browse files
Update typescript requirement from ^5.7.3 to ^5.8.3
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-publish.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 754527d commit 4e444a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-prettier": "^5.2.1",
2727
"prettier": "^3.4.2",
2828
"ts-loader": "^9.5.2",
29-
"typescript": "^5.7.3"
29+
"typescript": "^5.8.3"
3030
},
3131
"files": [
3232
"lib",

0 commit comments

Comments
 (0)