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
+23
View File
@@ -0,0 +1,23 @@
# Knip report
## Unused dependencies (4)
| Name | Location |
|:-------------------|:-------------|
| react-use | package.json |
| @material-ui/lab | package.json |
| @backstage/theme | package.json |
| @material-ui/icons | package.json |
## Unused devDependencies (7)
| Name | Location |
|:----------------------------|:-------------|
| msw | package.json |
| @backstage/cli | package.json |
| jest-websocket-mock | package.json |
| @backstage/test-utils | package.json |
| @testing-library/react | package.json |
| @backstage/core-app-api | package.json |
| @testing-library/user-event | package.json |