updated the knip rules a bit

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-02-08 09:40:51 +01:00
parent 8afb5c6671
commit e97cc0b0a3
272 changed files with 451 additions and 2046 deletions
+1 -8
View File
@@ -1,15 +1,8 @@
# Knip report
## Unused dependencies (1)
## Unused devDependencies (1)
| Name | Location |
|:------------------------------|:-------------|
| @backstage/backend-plugin-api | package.json |
## Unused devDependencies (2)
| Name | Location |
|:------------------------------|:-------------|
| @backstage/cli | package.json |
| @backstage/backend-test-utils | package.json |
+2 -2
View File
@@ -33,10 +33,10 @@
},
"dependencies": {
"@backstage/backend-app-api": "workspace:^",
"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^"
"@backstage/backend-common": "workspace:^"
},
"devDependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^"
},