Skip to content

Commit 89a62ec

Browse files
build(deps-dev): update typescript requirement in /packages/module
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.4.5...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c5aea97 commit 89a62ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"react-router": "^6.23.0",
5555
"react-router-dom": "^6.28.0",
5656
"rimraf": "^5.0.5",
57-
"typescript": "^5.4.5"
57+
"typescript": "^5.7.2"
5858
}
5959
}

0 commit comments

Comments
 (0)