Skip to content

Commit acab7f9

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 e46f03f commit acab7f9

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
@@ -29,7 +29,7 @@
2929
"eslint-plugin-unused-imports": "^4.1.4",
3030
"prettier": "^3.4.2",
3131
"ts-loader": "^9.5.2",
32-
"typescript": "^5.7.3"
32+
"typescript": "^5.8.3"
3333
},
3434
"files": [
3535
"lib",

0 commit comments

Comments
 (0)