From 25c19542ab8fac4c9247bba74cdb40e93f72ea1c Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Wed, 14 May 2025 18:45:31 +0400 Subject: [PATCH] Update `@mantine/*` dependencies to 8.0.1 --- package.json | 4 ++-- yarn.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 3a8ce7b..8aab556 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "storybook:build": "storybook build" }, "dependencies": { - "@mantine/core": "8.0.0", - "@mantine/hooks": "8.0.0", + "@mantine/core": "8.0.1", + "@mantine/hooks": "8.0.1", "@next/bundle-analyzer": "^15.2.3", "@tabler/icons-react": "^3.31.0", "next": "15.2.3", diff --git a/yarn.lock b/yarn.lock index b5b4050..f385b73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3293,9 +3293,9 @@ __metadata: languageName: node linkType: hard -"@mantine/core@npm:8.0.0": - version: 8.0.0 - resolution: "@mantine/core@npm:8.0.0" +"@mantine/core@npm:8.0.1": + version: 8.0.1 + resolution: "@mantine/core@npm:8.0.1" dependencies: "@floating-ui/react": "npm:^0.26.28" clsx: "npm:^2.1.1" @@ -3304,19 +3304,19 @@ __metadata: react-textarea-autosize: "npm:8.5.9" type-fest: "npm:^4.27.0" peerDependencies: - "@mantine/hooks": 8.0.0 + "@mantine/hooks": 8.0.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x - checksum: 10c0/d23099322ebcbb0632a8182fb5992719ef9dc54168eb136ae3a94f79aaa3c375afe81ab2001f7dd15f6738fa8970c333b8713f9fc125de6f3207ac388b4aacd5 + checksum: 10c0/cb07af8fa3221de2b6e2ebf4742ca13207b118ad76bf3a4bba662a7f51625fae5aebf91f7f46bb3af00d5adf1f5155bb92846593aef34811d543585582321b09 languageName: node linkType: hard -"@mantine/hooks@npm:8.0.0": - version: 8.0.0 - resolution: "@mantine/hooks@npm:8.0.0" +"@mantine/hooks@npm:8.0.1": + version: 8.0.1 + resolution: "@mantine/hooks@npm:8.0.1" peerDependencies: react: ^18.x || ^19.x - checksum: 10c0/d1ff4d99e82abe14e230c1ac77347f2025b78e32f8fb75ca4d0cdee801bdecd8589687b3281138e0251bfed64dc7e4bbb17a97c2be915ddf43abadc794425249 + checksum: 10c0/5ee0459d5b393e8e512f1a10c6e8a28235f10f0930503b05477daf3404f6266015e20806e20005c7458a9f66efe310fc85be448be7409bb541e782ed7586bb91 languageName: node linkType: hard @@ -10863,8 +10863,8 @@ __metadata: "@babel/core": "npm:^7.26.10" "@eslint/js": "npm:^9.23.0" "@ianvs/prettier-plugin-sort-imports": "npm:^4.4.1" - "@mantine/core": "npm:8.0.0" - "@mantine/hooks": "npm:8.0.0" + "@mantine/core": "npm:8.0.1" + "@mantine/hooks": "npm:8.0.1" "@next/bundle-analyzer": "npm:^15.2.3" "@storybook/nextjs": "npm:^8.6.8" "@storybook/react": "npm:^8.6.8"