Cleaned Up Linguist Knip Report

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-03-11 13:09:32 +01:00
parent 87e9ed3ccc
commit 051fda1dfe
6 changed files with 7 additions and 20 deletions
-7
View File
@@ -1,9 +1,2 @@
# Knip report
## Unused devDependencies (2)
| Name | Location | Severity |
| :--------------------- | :----------- | :------- |
| @testing-library/react | package.json | error |
| @testing-library/dom | package.json | error |
+1 -3
View File
@@ -63,9 +63,7 @@
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/dev-utils": "workspace:^",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0"
"@testing-library/jest-dom": "^6.0.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",