From b3603c51cf2b154ee2c0b3a748ca6ca407c732c2 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Thu, 12 Oct 2023 16:19:50 +0400 Subject: [PATCH] Update @mantine/* dependencies to version 7.1.3 --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 172036a..24437ac 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@mantine/core": "7.1.1", - "@mantine/hooks": "7.1.1", + "@mantine/core": "7.1.3", + "@mantine/hooks": "7.1.3", "next": "13.4.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/yarn.lock b/yarn.lock index d529f7b..b15e8da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -111,10 +111,10 @@ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== -"@mantine/core@7.1.1": - version "7.1.1" - resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.1.1.tgz#2b5e03e2720fbf6a34a46168ff8f0289b5783593" - integrity sha512-7PBbu/zlL3Uw4HtBVf48fpTy/IFVSJzhMkh3sxG9HQxZot6c5cjuBuTCT+FFY5xicuoYQTu6nkHjZiaz7j12Ug== +"@mantine/core@7.1.3": + version "7.1.3" + resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.1.3.tgz#e2dcd45edff04dd6cea41068333744a12870b57e" + integrity sha512-5vLwrMFVlGkd56HDoz5woE7I48XuycoyKaasJj49LTn2MuccHvNJ7c0VPlRlbzK8YQuwV7g1KsBAM8zzJlwqig== dependencies: "@floating-ui/react" "^0.24.8" clsx "2.0.0" @@ -123,10 +123,10 @@ react-textarea-autosize "8.5.3" type-fest "^3.13.1" -"@mantine/hooks@7.1.1": - version "7.1.1" - resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.1.1.tgz#52d64c8eea9bc77a80503c2d0e06893304d006e1" - integrity sha512-k+9NX/YW+pUioH0s2qPmHfGAoSXuNobu1tfT+2eiLMkiQkj3PcErD4K/KJ0MCkR4mGh9PmVcFZbxoYSxgLqRZw== +"@mantine/hooks@7.1.3": + version "7.1.3" + resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.1.3.tgz#f4e91dd13196e06f474a31163f9927e8eb597eeb" + integrity sha512-jCOedyl229vzNEoya9L/PIeT+Btwuoqh09vRbFRNoTdRZgVMTWi4BT08BRWK5iqSa9PlvWtIaSGcCtjqqXKZcA== "@next/env@13.4.4": version "13.4.4"