Skip to content

Commit d4744c5

Browse files
Update @cloudflare/workers-types requirement in /packages/worker
Updates the requirements on [@cloudflare/workers-types](https://github.com/cloudflare/workerd) to permit the latest version. - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e105015 commit d4744c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"main": "*"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20230228.0",
19+
"@cloudflare/workers-types": "^4.20230307.0",
2020
"@typescript-eslint/eslint-plugin": "^5.54.0",
2121
"@typescript-eslint/parser": "^5.54.1",
2222
"esbuild": "^0.17.11",

0 commit comments

Comments
 (0)