Skip to content

Commit a7f2858

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.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4656ae3 commit a7f2858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"react-router": "^6.30.0",
5656
"react-router-dom": "^6.30.0",
5757
"rimraf": "^6.0.1",
58-
"typescript": "^5.4.5"
58+
"typescript": "^5.8.2"
5959
}
6060
}

0 commit comments

Comments
 (0)