refactor: 🚨 Enable noUndeclaredDependencies for Biome

This commit is contained in:
Jesse Wierzbinski 2024-10-04 15:38:02 +02:00
parent 728ccc9002
commit f9dcbb1be8
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,7 @@
"rules": { "rules": {
"all": true, "all": true,
"correctness": { "correctness": {
"noNodejsModules": "off", "noNodejsModules": "off"
"noUndeclaredDependencies": "off"
}, },
"performance": { "performance": {
"useTopLevelRegex": "off" "useTopLevelRegex": "off"

BIN
bun.lockb

Binary file not shown.

View file

@ -112,6 +112,7 @@
"@tufjs/canonical-json": "^2.0.0", "@tufjs/canonical-json": "^2.0.0",
"@versia/client": "^0.1.0", "@versia/client": "^0.1.0",
"@versia/federation": "^0.1.1-rc.4", "@versia/federation": "^0.1.1-rc.4",
"@versia/kit": "workspace:*",
"altcha-lib": "^1.1.0", "altcha-lib": "^1.1.0",
"blurhash": "^2.0.5", "blurhash": "^2.0.5",
"bullmq": "^5.15.0", "bullmq": "^5.15.0",