From cdec578a5f1800ff4f9c559915a63fd3f728fe67 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Tue, 13 Sep 2022 11:26:39 +0200 Subject: [PATCH] feat(search-react): update yarn lock Signed-off-by: Camila Belo --- plugins/search-react/package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/search-react/package.json b/plugins/search-react/package.json index 1afdc3c406..826d751353 100644 --- a/plugins/search-react/package.json +++ b/plugins/search-react/package.json @@ -40,6 +40,7 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", + "qs": "^6.9.4", "react-use": "^17.3.2" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 8c36d1da02..d55434a22a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6633,6 +6633,7 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/react-hooks": ^8.0.0 "@testing-library/user-event": ^14.0.0 + qs: ^6.9.4 react-use: ^17.3.2 peerDependencies: "@types/react": ^16.13.1 || ^17.0.0