Skip to content

Commit a9d6e1c

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-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49497ed commit a9d6e1c

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
@@ -55,6 +55,6 @@
5555
"react-router": "^6.30.1",
5656
"react-router-dom": "^6.30.1",
5757
"rimraf": "^6.0.1",
58-
"typescript": "^5.8.3"
58+
"typescript": "^5.9.2"
5959
}
6060
}

0 commit comments

Comments
 (0)