From d7d8e34139a44a2694c69786ce8dbb46d67141ae Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Thu, 12 Oct 2023 16:22:24 +0400 Subject: [PATCH] Update @mantine/* dependencies to version 7.1.3 --- package.json | 6 +++--- yarn.lock | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index bef9edc..7c832e4 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "preview": "vite preview" }, "dependencies": { - "@mantine/core": "7.1.1", - "@mantine/hooks": "7.1.1", - "@mantine/vanilla-extract": "7.1.1", + "@mantine/core": "7.1.3", + "@mantine/hooks": "7.1.3", + "@mantine/vanilla-extract": "7.1.3", "@vanilla-extract/css": "^1.11.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/yarn.lock b/yarn.lock index 67b8cf7..f1479f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -766,10 +766,10 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" -"@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" @@ -778,15 +778,15 @@ 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== -"@mantine/vanilla-extract@7.1.1": - version "7.1.1" - resolved "https://registry.yarnpkg.com/@mantine/vanilla-extract/-/vanilla-extract-7.1.1.tgz#321a91b323c41eca2db0106feac35c4bceca7593" - integrity sha512-Rjy4bnvqFJeZ5fXr39RhdQfbPlIQTxJEbclXb43JoCaIOcJC7l/kbJW+uaRcavDXm+Ko1Su45ELsMsRCRfRb/w== +"@mantine/vanilla-extract@7.1.3": + version "7.1.3" + resolved "https://registry.yarnpkg.com/@mantine/vanilla-extract/-/vanilla-extract-7.1.3.tgz#b0fc631c10491e57a3b01aacaa4203c5d15cfd5a" + integrity sha512-+n9rCPMpmroJ5E5/QOtQt0kFlm2bU6AobU1iz+3XQSiH5s0k/Ef7oycNPFuPrGBQMKV71JV3XHaARpp5bB1dLw== "@nodelib/fs.scandir@2.1.5": version "2.1.5"