From 78d702cec3dcb1c710ee96a4e1d4c49266dfead5 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Thu, 26 Oct 2023 10:39:41 +0400 Subject: [PATCH] Update @mantine/* dependencies to version 7.1.6 --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 32e8c64..28c9d61 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "storybook:build": "storybook build" }, "dependencies": { - "@mantine/core": "7.1.5", - "@mantine/hooks": "7.1.5", + "@mantine/core": "7.1.6", + "@mantine/hooks": "7.1.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.11.2" diff --git a/yarn.lock b/yarn.lock index aafb0bd..b9e2df7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2180,10 +2180,10 @@ resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60" integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA== -"@mantine/core@7.1.5": - version "7.1.5" - resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.1.5.tgz#34faa590797117bb9d2fa53b05fab0d741aa922f" - integrity sha512-4jBuy26V4Wdrt7r2dT6d3SKSyU9Gfzxp0ycVTBd2FUb6PvsI/xyZIn8T/aHsJFQ1L5p7IHPcJCIThbmBpVvVtA== +"@mantine/core@7.1.6": + version "7.1.6" + resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.1.6.tgz#469860462fcd69748e5a0f691f4c6c9ff50b9821" + integrity sha512-9KjGeN0Glb0vKsTuOsvK1uE+BwDPXuaM3fLqyfpUfuQ/BYS4ygc9xbWsdwPw1O1DIjmDnEpgjN9svG+l8Xvw2g== dependencies: "@floating-ui/react" "^0.24.8" clsx "2.0.0" @@ -2192,10 +2192,10 @@ react-textarea-autosize "8.5.3" type-fest "^3.13.1" -"@mantine/hooks@7.1.5": - version "7.1.5" - resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.1.5.tgz#445854b2e35d7a99c5ecd19bca8d39203b2dc686" - integrity sha512-LuKlJ5VDLYBMcleyKcL6nvcJZQaeJF4mIU5ryEiucy7IleZoD+lqWwNC1VAAN1fsjBRQfhFtFoRihUdIy/vDCA== +"@mantine/hooks@7.1.6": + version "7.1.6" + resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.1.6.tgz#12bb97d21686c3908dc0cd6f931de8e12090d501" + integrity sha512-Yctcv21ttLYpcN/5gt2xCHB88U1rPNqHBkLVd7DMAB72LUkr4wp6xAVtELl576n7wHf36nshSkFCyNXh9Gm3eA== "@mdx-js/react@^2.1.5": version "2.3.0"