From f06933c3b49b99768bb826bd5ceed37e2b40469e Mon Sep 17 00:00:00 2001 From: Julio Zynger Date: Fri, 24 Dec 2021 11:43:32 +0100 Subject: [PATCH] Set up dependency versions Signed-off-by: Julio Zynger --- plugins/gocd/package.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json index ff6bef99f2..aac6d3d297 100644 --- a/plugins/gocd/package.json +++ b/plugins/gocd/package.json @@ -29,25 +29,26 @@ }, "dependencies": { "@backstage/catalog-model": "^0.9.1", - "@backstage/core-components": "^0.8.0", - "@backstage/core-plugin-api": "^0.3.0", + "@backstage/core-components": "^0.8.2", + "@backstage/core-plugin-api": "^0.4.0", "@backstage/plugin-catalog-react": "^0.6.0", - "@backstage/theme": "^0.2.10", + "@backstage/theme": "^0.2.14", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "lodash": "^4.17.21", "luxon": "^2.0.2", "qs": "^6.10.1", - "react": "^16.13.1", - "react-dom": "^16.13.1", "react-use": "^17.2.4" }, + "peerDependencies": { + "react": "^16.13.1 || ^17.0.0" + }, "devDependencies": { - "@backstage/cli": "^0.10.0", - "@backstage/core-app-api": "^0.2.0", - "@backstage/dev-utils": "^0.2.14", - "@backstage/test-utils": "^0.1.23", + "@backstage/cli": "^0.10.3", + "@backstage/core-app-api": "^0.3.0", + "@backstage/dev-utils": "^0.2.15", + "@backstage/test-utils": "^0.2.0", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^13.1.8",