From efee6ad09b8f1739d0f6dcf55b97de525b186067 Mon Sep 17 00:00:00 2001 From: secustor Date: Tue, 9 Sep 2025 15:09:05 +0200 Subject: [PATCH] run yarn install Signed-off-by: secustor --- yarn.lock | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/yarn.lock b/yarn.lock index 2123b5e26b..24708a5699 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5111,11 +5111,18 @@ __metadata: "@material-ui/core": "npm:^4.9.13" "@testing-library/jest-dom": "npm:^6.0.0" "@testing-library/react": "npm:^14.0.0" + "@types/react": "npm:^18.0.0" + react: "npm:^18.0.2" + react-dom: "npm:^18.0.2" + react-router-dom: "npm:^6.3.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 react-router-dom: ^6.3.0 + peerDependenciesMeta: + "@types/react": + optional: true languageName: unknown linkType: soft