summaryrefslogtreecommitdiffhomepage
path: root/packages/function/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/function/package.json')
-rw-r--r--packages/function/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/function/package.json b/packages/function/package.json
index 46c83e840..81a1edc92 100644
--- a/packages/function/package.json
+++ b/packages/function/package.json
@@ -5,6 +5,8 @@
"private": true,
"type": "module",
"devDependencies": {
- "@cloudflare/workers-types": "^4.20250522.0"
+ "@cloudflare/workers-types": "4.20250522.0",
+ "typescript": "catalog:",
+ "@types/node": "catalog:"
}
}