mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
refactor: 🚨 Enable noUndeclaredDependencies for Biome
This commit is contained in:
parent
728ccc9002
commit
f9dcbb1be8
|
|
@ -8,8 +8,7 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"all": true,
|
"all": true,
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noNodejsModules": "off",
|
"noNodejsModules": "off"
|
||||||
"noUndeclaredDependencies": "off"
|
|
||||||
},
|
},
|
||||||
"performance": {
|
"performance": {
|
||||||
"useTopLevelRegex": "off"
|
"useTopLevelRegex": "off"
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue