From e3799715bd0bd26ddf21a420db866b4bba9e49d8 Mon Sep 17 00:00:00 2001 From: Talita Gregory Nunes Freire Date: Sat, 14 May 2022 09:30:28 +0200 Subject: [PATCH] fix: dependencies version Signed-off-by: Talita Gregory Nunes Freire --- plugins/github-pull-requests-board/package.json | 2 +- yarn.lock | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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"