Merge pull request #23469 from awanlin/topic/knip-linguist

Cleaned Up Linguist Knip Report
This commit is contained in:
Fredrik Adelöw
2024-03-11 14:59:03 +01:00
committed by GitHub
6 changed files with 7 additions and 20 deletions
-6
View File
@@ -1,8 +1,2 @@
# Knip report
## Unused dependencies (1)
| Name | Location | Severity |
| :-------------------------- | :----------- | :------- |
| @backstage/plugin-auth-node | package.json | error |
-1
View File
@@ -40,7 +40,6 @@
"@backstage/catalog-model": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/plugin-auth-node": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"@backstage/plugin-linguist-common": "workspace:^",
"@backstage/types": "workspace:^",
-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",