Skip to content

Commit 015bf7e

Browse files
chore: bump up @cloudflare/workers-types version to v5
1 parent 49764ed commit 015bf7e

7 files changed

Lines changed: 25 additions & 25 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "pnpm test --recursive"
1515
},
1616
"devDependencies": {
17-
"@cloudflare/workers-types": "^4.20231218.0",
17+
"@cloudflare/workers-types": "^5.0.0",
1818
"prettier": "3.5.3",
1919
"typescript": "^6.0.0"
2020
},

packages/image-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@affine/utils": "workspace:*",
14-
"@cloudflare/workers-types": "^4.20231218.0",
14+
"@cloudflare/workers-types": "^5.0.0",
1515
"@oxc-node/core": "^0.0.20",
1616
"@types/node": "^24.0.0",
1717
"tldts": "^7.0.0",

packages/link-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"private": true,
99
"devDependencies": {
1010
"@affine/utils": "workspace:*",
11-
"@cloudflare/workers-types": "^4.20231218.0",
11+
"@cloudflare/workers-types": "^5.0.0",
1212
"@types/node": "^24.0.0",
1313
"typescript": "^6.0.0"
1414
}

packages/telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cf-typegen": "wrangler types"
1010
},
1111
"devDependencies": {
12-
"@cloudflare/workers-types": "^4.20231218.0",
12+
"@cloudflare/workers-types": "^5.0.0",
1313
"@customerio/cdp-analytics-node": "^0.3.0",
1414
"typescript": "^6.0.0",
1515
"wrangler": "^4.0.0"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "module",
88
"private": true,
99
"devDependencies": {
10-
"@cloudflare/workers-types": "^4.20231218.0",
10+
"@cloudflare/workers-types": "^5.0.0",
1111
"@types/node": "^24.0.0",
1212
"tldts": "^7.0.0",
1313
"typescript": "^6.0.0"

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@affine/image-proxy": "workspace:*",
1414
"@affine/link-preview": "workspace:*",
1515
"@affine/utils": "workspace:*",
16-
"@cloudflare/workers-types": "^4.20231218.0",
16+
"@cloudflare/workers-types": "^5.0.0",
1717
"@types/node": "^24.0.0",
1818
"itty-router": "^5.0.0",
1919
"tldts": "^7.0.0",

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)