diff --git a/.changeset/remove-duplicate-deps.md b/.changeset/remove-duplicate-deps.md new file mode 100644 index 0000000000..d4fd31e037 --- /dev/null +++ b/.changeset/remove-duplicate-deps.md @@ -0,0 +1,13 @@ +--- +'@backstage/backend-defaults': patch +'@backstage/cli': patch +'@backstage/core-compat-api': patch +'@backstage/plugin-app-backend': patch +'@backstage/plugin-auth-backend-module-oidc-provider': patch +'@backstage/plugin-auth-node': patch +'@backstage/plugin-catalog-backend': patch +'@backstage/plugin-catalog-react': patch +'@backstage/plugin-notifications-backend-module-slack': patch +--- + +Removed duplicated entries that appeared in both `dependencies` and `devDependencies`. diff --git a/packages/backend-defaults/package.json b/packages/backend-defaults/package.json index d3c8f5b2da..8b1ec4a0ed 100644 --- a/packages/backend-defaults/package.json +++ b/packages/backend-defaults/package.json @@ -202,7 +202,6 @@ }, "devDependencies": { "@aws-sdk/util-stream-node": "^3.350.0", - "@backstage/backend-plugin-api": "workspace:^", "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@google-cloud/cloud-sql-connector": "^1.4.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 6c2add51a9..bbd47a292c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -87,7 +87,6 @@ "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/dev-utils": "workspace:^", - "@backstage/errors": "workspace:^", "@backstage/plugin-auth-backend": "workspace:^", "@backstage/plugin-auth-backend-module-guest-provider": "workspace:^", "@backstage/plugin-catalog-node": "workspace:^", diff --git a/packages/core-compat-api/package.json b/packages/core-compat-api/package.json index 5e65e517b4..518672d8c1 100644 --- a/packages/core-compat-api/package.json +++ b/packages/core-compat-api/package.json @@ -39,8 +39,7 @@ "@backstage/plugin-catalog-react": "workspace:^", "@backstage/types": "workspace:^", "@backstage/version-bridge": "workspace:^", - "lodash": "^4.17.21", - "zod": "^3.25.76 || ^4.0.0" + "lodash": "^4.17.21" }, "devDependencies": { "@backstage/cli": "workspace:^", @@ -49,14 +48,12 @@ "@backstage/frontend-test-utils": "workspace:^", "@backstage/plugin-catalog": "workspace:^", "@backstage/test-utils": "workspace:^", - "@backstage/types": "workspace:^", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^16.0.0", "@types/react": "^18.0.0", "react": "^18.0.2", "react-dom": "^18.0.2", - "react-router-dom": "^6.30.2", - "zod": "^3.25.76 || ^4.0.0" + "react-router-dom": "^6.30.2" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0", diff --git a/packages/techdocs-cli-embedded-app/package.json b/packages/techdocs-cli-embedded-app/package.json index eebfdd98d9..192455a934 100644 --- a/packages/techdocs-cli-embedded-app/package.json +++ b/packages/techdocs-cli-embedded-app/package.json @@ -55,7 +55,6 @@ "react-use": "^17.2.4" }, "devDependencies": { - "@backstage/cli": "workspace:^", "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^16.0.0", diff --git a/plugins/app-backend/package.json b/plugins/app-backend/package.json index 60db9c5413..271170a4b9 100644 --- a/plugins/app-backend/package.json +++ b/plugins/app-backend/package.json @@ -76,7 +76,6 @@ "@backstage/backend-defaults": "workspace:^", "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", - "@backstage/types": "workspace:^", "@types/express": "^4.17.6", "@types/supertest": "^2.0.8", "supertest": "^7.0.0" diff --git a/plugins/auth-backend-module-oidc-provider/package.json b/plugins/auth-backend-module-oidc-provider/package.json index bbddb2b306..3975c8c7bb 100644 --- a/plugins/auth-backend-module-oidc-provider/package.json +++ b/plugins/auth-backend-module-oidc-provider/package.json @@ -48,8 +48,6 @@ "@backstage/backend-defaults": "workspace:^", "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", - "@backstage/config": "workspace:^", - "@backstage/types": "workspace:^", "cookie-parser": "^1.4.6", "express-promise-router": "^4.1.1", "express-session": "^1.17.3", diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index 76e8430c65..9fbfe473f9 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -60,7 +60,6 @@ "@backstage/cli": "workspace:^", "cookie-parser": "^1.4.6", "express-promise-router": "^4.1.1", - "lodash": "^4.17.21", "msw": "^1.0.0", "supertest": "^7.0.0", "uuid": "^11.0.0" diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json index c2fcb6c385..2cf1b9a6d6 100644 --- a/plugins/catalog-backend/package.json +++ b/plugins/catalog-backend/package.json @@ -105,7 +105,6 @@ "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@backstage/plugin-catalog-backend-module-logs": "workspace:^", - "@backstage/plugin-permission-common": "workspace:^", "@backstage/plugin-scaffolder-common": "workspace:^", "@backstage/repo-tools": "workspace:^", "@types/core-js": "^2.5.4", @@ -114,7 +113,6 @@ "@types/lodash": "^4.14.151", "@types/supertest": "^2.0.8", "better-sqlite3": "^12.0.0", - "luxon": "^3.0.0", "msw": "^2.0.0", "supertest": "^7.0.0", "wait-for-expect": "^4.0.0", diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json index e80487cafb..02c50eed58 100644 --- a/plugins/catalog-react/package.json +++ b/plugins/catalog-react/package.json @@ -70,7 +70,6 @@ "@backstage/filter-predicates": "workspace:^", "@backstage/frontend-plugin-api": "workspace:^", "@backstage/integration-react": "workspace:^", - "@backstage/plugin-catalog-common": "workspace:^", "@backstage/plugin-permission-common": "workspace:^", "@backstage/plugin-permission-react": "workspace:^", "@backstage/types": "workspace:^", diff --git a/plugins/notifications-backend-module-slack/package.json b/plugins/notifications-backend-module-slack/package.json index a5a557e7e2..5e4ff43bf6 100644 --- a/plugins/notifications-backend-module-slack/package.json +++ b/plugins/notifications-backend-module-slack/package.json @@ -51,7 +51,6 @@ "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", - "@backstage/plugin-catalog-node": "workspace:^", "@backstage/test-utils": "workspace:^", "@faker-js/faker": "^10.0.0", "msw": "^2.0.0" diff --git a/yarn.lock b/yarn.lock index 048db88afe..3e2b173d84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3431,7 +3431,6 @@ __metadata: react: "npm:^18.0.2" react-dom: "npm:^18.0.2" react-router-dom: "npm:^6.30.2" - zod: "npm:^3.25.76 || ^4.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0