diff --git a/.changeset/poor-apples-kneel.md b/.changeset/poor-apples-kneel.md new file mode 100644 index 0000000000..43a27844b6 --- /dev/null +++ b/.changeset/poor-apples-kneel.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-devtools-backend': patch +'@backstage/plugin-devtools': patch +--- + +Removed unused `dependencies` and `devDependencies` identified in Knip Report diff --git a/plugins/devtools-backend/knip-report.md b/plugins/devtools-backend/knip-report.md index d38dd1134f..2661c35327 100644 --- a/plugins/devtools-backend/knip-report.md +++ b/plugins/devtools-backend/knip-report.md @@ -1,8 +1,2 @@ # Knip report -## Unused devDependencies (1) - -| Name | Location | Severity | -| :-------------- | :----------- | :------- | -| @types/minimist | package.json | error | - diff --git a/plugins/devtools-backend/package.json b/plugins/devtools-backend/package.json index 49583b7394..7d0af55a7b 100644 --- a/plugins/devtools-backend/package.json +++ b/plugins/devtools-backend/package.json @@ -55,7 +55,6 @@ "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", - "@types/minimist": "^1.2.0", "@types/ping": "^0.4.1", "@types/supertest": "^2.0.8", "@types/yarnpkg__lockfile": "^1.1.4", diff --git a/plugins/devtools/knip-report.md b/plugins/devtools/knip-report.md index ccda99cbfb..2661c35327 100644 --- a/plugins/devtools/knip-report.md +++ b/plugins/devtools/knip-report.md @@ -1,8 +1,2 @@ # Knip report -## Unused devDependencies (1) - -| Name | Location | Severity | -| :--------------------- | :----------- | :------- | -| @testing-library/react | package.json | error | - diff --git a/plugins/devtools/package.json b/plugins/devtools/package.json index 0ffa9055c8..d4329832d2 100644 --- a/plugins/devtools/package.json +++ b/plugins/devtools/package.json @@ -64,8 +64,7 @@ "devDependencies": { "@backstage/cli": "workspace:^", "@backstage/dev-utils": "workspace:^", - "@testing-library/jest-dom": "^6.0.0", - "@testing-library/react": "^14.0.0" + "@testing-library/jest-dom": "^6.0.0" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index 37ba33d4d4..9bab4969aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6427,7 +6427,6 @@ __metadata: "@backstage/types": "workspace:^" "@manypkg/get-packages": ^1.1.3 "@types/express": "*" - "@types/minimist": ^1.2.0 "@types/ping": ^0.4.1 "@types/supertest": ^2.0.8 "@types/yarnpkg__lockfile": ^1.1.4 @@ -6473,7 +6472,6 @@ __metadata: "@material-ui/icons": ^4.9.1 "@material-ui/lab": ^4.0.0-alpha.57 "@testing-library/jest-dom": ^6.0.0 - "@testing-library/react": ^14.0.0 react-json-view: ^1.21.3 react-use: ^17.2.4 peerDependencies: