From aad056ea114d49bca7a7295311251f43bfb58cdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 09:36:01 +0200 Subject: [PATCH] Bump material-ui-popup-state to ^2.0.1 (#32676) --- docs/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index d139ac5475d9ed..eeb64e0fe878cf 100644 --- a/docs/package.json +++ b/docs/package.json @@ -91,7 +91,7 @@ "lodash": "^4.17.21", "lz-string": "^1.4.4", "markdown-to-jsx": "^7.1.7", - "material-ui-popup-state": "^2.0.0", + "material-ui-popup-state": "^2.0.1", "next": "12.1.5", "notistack": "2.0.4", "nprogress": "^0.2.0", diff --git a/yarn.lock b/yarn.lock index fc93582b6ef344..408bf55bf95924 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10771,10 +10771,10 @@ marked@^4.0.16: resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.16.tgz#9ec18fc1a723032eb28666100344d9428cf7a264" integrity sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA== -material-ui-popup-state@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/material-ui-popup-state/-/material-ui-popup-state-2.0.0.tgz#8050421a9d00df67d7f63e7b2b73ab5b331051ff" - integrity sha512-1sbb9xpMs7OxG0SOGfGO0ZnwiLtqZSoXda0/AqqJkpouT4e0nADXutQtDJFMa9GUMNAODVDlYnNmfqM+MhFjsg== +material-ui-popup-state@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/material-ui-popup-state/-/material-ui-popup-state-2.0.1.tgz#5e045489b8150393072eebb6ae52369cb7e34f58" + integrity sha512-YZQdYxO1AtaIJyX24yrHMCqIC7UHpGOSuK16RLnA+MBterKhum1aMiTomEsfHxZKyGADbZ7M56THj1xPDsr0PQ== dependencies: "@babel/runtime" "^7.12.5" "@mui/icons-material" "^5.0.0"