fix: run knip --fix to add unlisted dependencies

This commit is contained in:
Amruth Pillai
2026-05-10 22:12:35 +02:00
parent 3cd228bd84
commit 978cbaf1f3
3 changed files with 45 additions and 30 deletions
+1 -7
View File
@@ -18,11 +18,5 @@
"ignoreDependencies": ["@aws-sdk/client-s3", "bcrypt", "sharp"]
}
},
"ignoreDependencies": [
"@reactive-resume/config",
"npm-check-updates",
"@testing-library/dom",
"@testing-library/react",
"@testing-library/user-event"
]
"ignoreDependencies": ["@reactive-resume/config", "npm-check-updates"]
}