From c05293198fe86e6f0b950f99df84e5feee2b5797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:48:32 +0000 Subject: [PATCH] fix(deps): update dependency @backstage-community/plugin-explore-common to ^0.0.6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .changeset/renovate-9f7136b.md | 5 +++++ plugins/search-backend-module-explore/package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .changeset/renovate-9f7136b.md diff --git a/.changeset/renovate-9f7136b.md b/.changeset/renovate-9f7136b.md new file mode 100644 index 0000000000..a1efc81de7 --- /dev/null +++ b/.changeset/renovate-9f7136b.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend-module-explore': patch +--- + +Updated dependency `@backstage-community/plugin-explore-common` to `^0.0.6`. diff --git a/plugins/search-backend-module-explore/package.json b/plugins/search-backend-module-explore/package.json index 937d8db489..1c27c48a7b 100644 --- a/plugins/search-backend-module-explore/package.json +++ b/plugins/search-backend-module-explore/package.json @@ -48,7 +48,7 @@ "test": "backstage-cli package test" }, "dependencies": { - "@backstage-community/plugin-explore-common": "^0.0.5", + "@backstage-community/plugin-explore-common": "^0.0.6", "@backstage/backend-common": "^0.25.0", "@backstage/backend-plugin-api": "workspace:^", "@backstage/config": "workspace:^", diff --git a/yarn.lock b/yarn.lock index f550e34f21..0e8e3bd965 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3390,10 +3390,10 @@ __metadata: languageName: node linkType: hard -"@backstage-community/plugin-explore-common@npm:^0.0.5": - version: 0.0.5 - resolution: "@backstage-community/plugin-explore-common@npm:0.0.5" - checksum: b849c1b2cb4cd2221dc5a7f6e3ea2d00cea529d27f2de074159b9eef5aa5d538e28f32e57878a97bdda7f0242d82a56cbfc42f52c2bdb02f455c7a0d232ecfeb +"@backstage-community/plugin-explore-common@npm:^0.0.6": + version: 0.0.6 + resolution: "@backstage-community/plugin-explore-common@npm:0.0.6" + checksum: f476264bec3b5471619f19fe16e0af13bd86be933f4922461056dff01de9d6efdb17246856cee649046299c763a2b10ceb9652215558c2d7c077385407449b31 languageName: node linkType: hard @@ -7813,7 +7813,7 @@ __metadata: version: 0.0.0-use.local resolution: "@backstage/plugin-search-backend-module-explore@workspace:plugins/search-backend-module-explore" dependencies: - "@backstage-community/plugin-explore-common": ^0.0.5 + "@backstage-community/plugin-explore-common": ^0.0.6 "@backstage/backend-common": ^0.25.0 "@backstage/backend-plugin-api": "workspace:^" "@backstage/backend-test-utils": "workspace:^"