summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bun.lock1
-rw-r--r--package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index e8db819e1..8beb9ae6f 100644
--- a/bun.lock
+++ b/bun.lock
@@ -15,6 +15,7 @@
"@actions/artifact": "5.0.1",
"@tsconfig/bun": "catalog:",
"@types/mime-types": "3.0.1",
+ "@typescript/native-preview": "catalog:",
"glob": "13.0.5",
"husky": "9.1.7",
"prettier": "3.6.2",
diff --git a/package.json b/package.json
index f2c4dac99..ba84d1052 100644
--- a/package.json
+++ b/package.json
@@ -71,6 +71,7 @@
"@actions/artifact": "5.0.1",
"@tsconfig/bun": "catalog:",
"@types/mime-types": "3.0.1",
+ "@typescript/native-preview": "catalog:",
"glob": "13.0.5",
"husky": "9.1.7",
"prettier": "3.6.2",