fix(repo-tools): resolve knip-reports failure with spaces in workspace paths

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-09-02 15:18:35 -05:00
parent 6de6882316
commit 133ac7ad66
124 changed files with 496 additions and 448 deletions
+9 -7
View File
@@ -1,16 +1,18 @@
# Knip report
## Unused dependencies (2)
## Unused dependencies (4)
| Name | Location | Severity |
| :--------------- | :----------- | :------- |
| @material-ui/lab | package.json | error |
| react-use | package.json | error |
| Name | Location | Severity |
| :------------------------ | :----------- | :------- |
| @backstage/version-bridge | plugins/app/package.json | error |
| @material-ui/lab | plugins/app/package.json | error |
| react-use | plugins/app/package.json | error |
| zod | plugins/app/package.json | error |
## Unused devDependencies (2)
| Name | Location | Severity |
| :------------------- | :----------- | :------- |
| @backstage/dev-utils | package.json | error |
| msw | package.json | error |
| @backstage/dev-utils | plugins/app/package.json | error |
| msw | plugins/app/package.json | error |