From 909d80ebdf8b7c24878ee8208af7f936c9c5b1ae Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Tue, 21 Nov 2023 15:04:18 -0600 Subject: [PATCH] Added react types as a dep Signed-off-by: Andre Wanlin --- packages/core-compat-api/package.json | 3 ++- yarn.lock | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/core-compat-api/package.json b/packages/core-compat-api/package.json index 0076a02ce4..5f4342898a 100644 --- a/packages/core-compat-api/package.json +++ b/packages/core-compat-api/package.json @@ -39,6 +39,7 @@ "dependencies": { "@backstage/core-app-api": "workspace:^", "@backstage/core-plugin-api": "workspace:^", - "@backstage/frontend-plugin-api": "workspace:^" + "@backstage/frontend-plugin-api": "workspace:^", + "@types/react": "^16.13.1 || ^17.0.0" } } diff --git a/yarn.lock b/yarn.lock index c9013217c7..1084fab98f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3767,6 +3767,7 @@ __metadata: "@backstage/plugin-stackstorm": "workspace:^" "@oriflame/backstage-plugin-score-card": ^0.7.0 "@testing-library/jest-dom": ^6.0.0 + "@types/react": ^16.13.1 || ^17.0.0 peerDependencies: react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-router-dom: 6.0.0-beta.0 || ^6.3.0