Merge pull request #21963 from drodil/introduce_knip

ci: introduce knip for checking unused packages
This commit is contained in:
Fredrik Adelöw
2024-02-08 09:19:16 +01:00
committed by GitHub
288 changed files with 5158 additions and 84 deletions
+20
View File
@@ -0,0 +1,20 @@
# Knip report
## Unused dependencies (6)
| Name | Location |
|:----------------------------|:-------------|
| ws | package.json |
| uuid | package.json |
| express | package.json |
| @backstage/config | package.json |
| @backstage/backend-common | package.json |
| @backstage/plugin-auth-node | package.json |
## Unused devDependencies (2)
| Name | Location |
|:---------------|:-------------|
| @types/express | package.json |
| @backstage/cli | package.json |