From 104bff4e1277b9b0dfff80ed74e54fe8f1d0c56e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:33:48 -0600 Subject: [PATCH] chore(deps): update dependency react to v18 (#913) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dynamic-plugins/wrappers/backstage-plugin-techdocs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-plugins/wrappers/backstage-plugin-techdocs/package.json b/dynamic-plugins/wrappers/backstage-plugin-techdocs/package.json index 00e59da52..29751c1c7 100644 --- a/dynamic-plugins/wrappers/backstage-plugin-techdocs/package.json +++ b/dynamic-plugins/wrappers/backstage-plugin-techdocs/package.json @@ -28,7 +28,7 @@ "@backstage/plugin-techdocs-react": "1.1.16" }, "peerDependencies": { - "react": "16.13.1 || ^17.0.0" + "react": "16.13.1 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@backstage/cli": "0.25.2",