File tree Expand file tree Collapse file tree 9 files changed +192
-2222
lines changed
Expand file tree Collapse file tree 9 files changed +192
-2222
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @backstage-community/plugin-lighthouse-backend ' : patch
3+ ' @backstage-community/plugin-lighthouse-common ' : patch
4+ ' @backstage-community/plugin-lighthouse ' : patch
5+ ---
6+
7+ remove unused dependencies
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ dist-types
33coverage
44.vscode
55.eslintrc.js
6+ knip-report.md
Original file line number Diff line number Diff line change 11{
22 "autoVersionBump" : true ,
3- "knipReports" : false
3+ "knipReports" : true
44}
Original file line number Diff line number Diff line change 11# Knip report
22
3- ## Unused dependencies (1)
4-
5- | Name | Location | Severity |
6- | :------ | :----------- | :------- |
7- | winston | package.json | error |
Original file line number Diff line number Diff line change 5252 "@backstage/catalog-model" : " backstage:^" ,
5353 "@backstage/config" : " backstage:^" ,
5454 "@backstage/plugin-catalog-node" : " backstage:^" ,
55- "@backstage/types" : " backstage:^" ,
56- "winston" : " ^3.2.1"
55+ "@backstage/types" : " backstage:^"
5756 },
5857 "devDependencies" : {
5958 "@backstage/backend-defaults" : " backstage:^" ,
Original file line number Diff line number Diff line change 11# Knip report
2+
Original file line number Diff line number Diff line change 11# Knip report
22
3- ## Unused devDependencies (2)
4-
5- | Name | Location | Severity |
6- | :------------------- | :----------- | :------- |
7- | @testing-library/dom | package.json | error |
8- | canvas | package.json | error |
Original file line number Diff line number Diff line change 7272 "devDependencies" : {
7373 "@backstage/cli" : " backstage:^" ,
7474 "@backstage/core-app-api" : " backstage:^" ,
75- "@backstage/dev-utils" : " backstage:^" ,
7675 "@backstage/frontend-defaults" : " backstage:^" ,
7776 "@backstage/plugin-catalog" : " backstage:^" ,
7877 "@backstage/test-utils" : " backstage:^" ,
79- "@testing-library/dom" : " ^10.0.0" ,
8078 "@testing-library/jest-dom" : " ^6.0.0" ,
8179 "@testing-library/react" : " ^15.0.0" ,
8280 "@types/react-dom" : " ^18.2.19" ,
You can’t perform that action at this time.
0 commit comments