summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bun.lock1
-rw-r--r--packages/enterprise/package.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/bun.lock b/bun.lock
index 79680ab2c..6f04d5e6c 100644
--- a/bun.lock
+++ b/bun.lock
@@ -182,6 +182,7 @@
"@typescript/native-preview": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:",
+ "vite": "catalog:",
},
},
"packages/function": {
diff --git a/packages/enterprise/package.json b/packages/enterprise/package.json
index c5dbc3bbd..8a8ef765b 100644
--- a/packages/enterprise/package.json
+++ b/packages/enterprise/package.json
@@ -28,7 +28,8 @@
"@typescript/native-preview": "catalog:",
"@types/luxon": "catalog:",
"tailwindcss": "catalog:",
- "typescript": "catalog:"
+ "typescript": "catalog:",
+ "vite": "catalog:"
},
"engines": {
"node": ">=22"