From ff438f7b6673be3adf163af168c3f11183d53aab Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 27 Aug 2024 12:11:08 +0200 Subject: [PATCH] chore: fixing issue with type deps Signed-off-by: blam --- plugins/app/package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/app/package.json b/plugins/app/package.json index b729645449..acaaa9fe93 100644 --- a/plugins/app/package.json +++ b/plugins/app/package.json @@ -42,6 +42,7 @@ "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.61", + "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-use": "^17.2.4" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 061a144056..3b3f185038 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4704,6 +4704,7 @@ __metadata: "@testing-library/jest-dom": ^6.0.0 "@testing-library/react": ^15.0.0 "@testing-library/user-event": ^14.0.0 + "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 msw: ^1.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-use: ^17.2.4