diff --git a/plugins/github-pull-requests-board/package.json b/plugins/github-pull-requests-board/package.json index def91498d7..667eebdb05 100644 --- a/plugins/github-pull-requests-board/package.json +++ b/plugins/github-pull-requests-board/package.json @@ -35,7 +35,7 @@ "clean": "backstage-cli clean" }, "dependencies": { - "@backstage/catalog-model": "^1.0.1", + "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/core-components": "^0.9.4-next.0", "@backstage/core-plugin-api": "^1.0.2-next.0", "@backstage/integration": "^1.2.0-next.0", diff --git a/yarn.lock b/yarn.lock index f9d7e65030..79492064a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5322,13 +5322,6 @@ "@testing-library/dom" "^8.0.0" "@types/react-dom" "<18.0.0" -"@testing-library/user-event@^13.1.8": - version "13.5.0" - resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz#69d77007f1e124d55314a2b73fd204b333b13295" - integrity sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg== - dependencies: - "@babel/runtime" "^7.12.5" - "@testing-library/user-event@^14.0.0": version "14.2.0" resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz#8293560f8f80a00383d6c755ec3e0b918acb1683"