diff --git a/.changeset/renovate-bcc9782.md b/.changeset/renovate-bcc9782.md new file mode 100644 index 0000000000..56b6704f79 --- /dev/null +++ b/.changeset/renovate-bcc9782.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend-module-explore': patch +--- + +Updated dependency `@backstage-community/plugin-explore-common` to `^0.0.7`. diff --git a/plugins/search-backend-module-explore/package.json b/plugins/search-backend-module-explore/package.json index b9c5a82cb5..fdc259ed51 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.6", + "@backstage-community/plugin-explore-common": "^0.0.7", "@backstage/backend-common": "^0.25.0", "@backstage/backend-plugin-api": "workspace:^", "@backstage/config": "workspace:^", diff --git a/yarn.lock b/yarn.lock index 48bb76fd62..55b1437708 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3390,10 +3390,10 @@ __metadata: languageName: node linkType: hard -"@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 +"@backstage-community/plugin-explore-common@npm:^0.0.7": + version: 0.0.7 + resolution: "@backstage-community/plugin-explore-common@npm:0.0.7" + checksum: 5248dc09ceab7d532be508a9672bb5c05c3df1f21504d0e3d75e3d6ed812bbc0af3b738b20b9024c240777c8d5c18241bc21ac607b6892ad2b699dc022644bb9 languageName: node linkType: hard @@ -7612,7 +7612,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.6 + "@backstage-community/plugin-explore-common": ^0.0.7 "@backstage/backend-common": ^0.25.0 "@backstage/backend-plugin-api": "workspace:^" "@backstage/backend-test-utils": "workspace:^"