From 1d51e32e3d5a247daf990c79532ef73cbb2962ce Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Thu, 14 Sep 2023 10:47:03 +0400 Subject: [PATCH] Update @mantine/* dependencies to version 7.0.0-beta.5 --- package.json | 4 ++-- yarn.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 21696b6..2cd3315 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@mantine/core": "7.0.0-beta.2", - "@mantine/hooks": "7.0.0-beta.2", + "@mantine/core": "7.0.0-beta.5", + "@mantine/hooks": "7.0.0-beta.5", "next": "13.4.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/yarn.lock b/yarn.lock index 93ce1eb..b52b590 100644 --- a/yarn.lock +++ b/yarn.lock @@ -111,22 +111,22 @@ 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.0.0-beta.2": - version "7.0.0-beta.2" - resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.0.0-beta.2.tgz#692841ff8b4cac75d6bd50feaadf27ccfe2d7b15" - integrity sha512-Na8MvXnbbjt5Pd1F3c+HKgH1l3vYx+xCBL/OQlQoRwsougKwpOZIf1cnV0Xm0dMELN0KPqDXxJj8w68LMTJWYw== +"@mantine/core@7.0.0-beta.5": + version "7.0.0-beta.5" + resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.0.0-beta.5.tgz#43fa811a5d1149f7390c8b182e070b99b82cf979" + integrity sha512-tMVc7QusNRPofn4oOEhO3BZjqpUdXK0CvR2K1u5OIwSWX4hvOMxg5xfEUFygvlQwNtV4IQ40xy4+PdX/Q9DyAw== dependencies: "@floating-ui/react" "^0.24.8" clsx "2.0.0" react-number-format "^5.2.2" react-remove-scroll "^2.5.6" react-textarea-autosize "8.5.2" - type-fest "^4.0.0" + type-fest "^3.13.1" -"@mantine/hooks@7.0.0-beta.2": - version "7.0.0-beta.2" - resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.0.0-beta.2.tgz#aba6a5932a9a651c054d98443fe4470a3f7026ba" - integrity sha512-UWgiIW1tD/iieowZrBl/4GbVFPtyRJqv/R1wgv0ElSZa1DJxkOVAJPxRGD8S85T6NkMdYQOTSbmWOyIgdAaVOg== +"@mantine/hooks@7.0.0-beta.5": + version "7.0.0-beta.5" + resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.0.0-beta.5.tgz#df4b5926098df3810ff5bd110afaab61bc137ca8" + integrity sha512-nULpVscntqG3YaCCmKyq7BcXZcp9BIUeBwbT+lszPiwktmfxSx08DTWNd50hgkaO3FfI9qKW/bDzm0Nrlp/U1A== "@next/env@13.4.4": version "13.4.4" @@ -2264,10 +2264,10 @@ type-fest@^0.20.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== -type-fest@^4.0.0: - version "4.3.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.3.1.tgz#5cb58cdab5120f7ab0b40cfdc35073fb9adb651d" - integrity sha512-pphNW/msgOUSkJbH58x8sqpq8uQj6b0ZKGxEsLKMUnGorRcDjrUaLS+39+/ub41JNTwrrMyJcUB8+YZs3mbwqw== +type-fest@^3.13.1: + version "3.13.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.13.1.tgz#bb744c1f0678bea7543a2d1ec24e83e68e8c8706" + integrity sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g== typed-array-length@^1.0.4: version "1.0.4"