Skip to content

Commit 57a455d

Browse files
committed
Remove workers types
1 parent 12321b5 commit 57a455d

File tree

6 files changed

+2
-15
lines changed

6 files changed

+2
-15
lines changed

apps/workers-bindings/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@cloudflare/vitest-pool-workers": "0.8.14",
16-
"@cloudflare/workers-types": "4.20250410.0",
1716
"@types/node": "22.14.1",
1817
"marked": "15.0.7",
1918
"typescript": "5.5.4",

apps/workers-observability/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"devDependencies": {
2525
"@cloudflare/vitest-pool-workers": "0.8.14",
26-
"@cloudflare/workers-types": "4.20250410.0",
2726
"@types/jsonwebtoken": "9.0.9",
2827
"prettier": "3.5.3",
2928
"typescript": "5.5.4",

packages/mcp-common/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"devDependencies": {
2323
"@cloudflare/types": "6.29.1",
2424
"@cloudflare/vitest-pool-workers": "0.8.14",
25-
"@cloudflare/workers-types": "4.20250410.0",
2625
"@repo/eslint-config": "workspace:*",
2726
"@repo/tools": "workspace:*",
2827
"@repo/typescript-config": "workspace:*",

packages/typescript-config/workers-lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"include": ["${configDir}/**/*.ts", "${configDir}/**/*.tsx"],
55
"exclude": ["${configDir}/node_modules/", "${configDir}/dist/"],
66
"compilerOptions": {
7-
"types": ["@cloudflare/workers-types/2023-07-01", "@cloudflare/vitest-pool-workers"]
7+
"types": ["@cloudflare/vitest-pool-workers"]
88
}
99
}

packages/typescript-config/workers.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"moduleResolution": "bundler",
1616
"types": [
1717
"./worker-configuration.d.ts",
18-
"@cloudflare/vitest-pool-workers",
19-
"@cloudflare/workers-types/2023-07-01"
18+
"@cloudflare/vitest-pool-workers"
2019
],
2120
"resolveJsonModule": true,
2221
"allowJs": true,

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)