diff --git a/biome.json b/biome.json index 357d42d8..28ab1a45 100644 --- a/biome.json +++ b/biome.json @@ -8,8 +8,7 @@ "rules": { "all": true, "correctness": { - "noNodejsModules": "off", - "noUndeclaredDependencies": "off" + "noNodejsModules": "off" }, "performance": { "useTopLevelRegex": "off" diff --git a/bun.lockb b/bun.lockb index c6311c7d..e979edd8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e61187f2..1648ff42 100644 --- a/package.json +++ b/package.json @@ -112,6 +112,7 @@ "@tufjs/canonical-json": "^2.0.0", "@versia/client": "^0.1.0", "@versia/federation": "^0.1.1-rc.4", + "@versia/kit": "workspace:*", "altcha-lib": "^1.1.0", "blurhash": "^2.0.5", "bullmq": "^5.15.0",