Skip to content

Commit debb2e1

Browse files
build(deps-dev): bump typescript
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.6.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v4.9.5...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a572b4 commit debb2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cloudflare-workers-with-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"devDependencies": {
55
"@cloudflare/workers-types": "^4.20221111.1",
6-
"typescript": "^4.8.4",
6+
"typescript": "^5.6.2",
77
"wrangler": "^2.4.4"
88
},
99
"private": true,

0 commit comments

Comments
 (0)