From b3356591b7f95157e772c7c03670d86e7a9c06da Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Thu, 14 May 2026 16:50:56 +0300 Subject: [PATCH] Update `@mantine/*` dependencies to 9.2.1 --- package.json | 4 ++-- yarn.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 38bfb3a..8786cbc 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "storybook:build": "storybook build" }, "dependencies": { - "@mantine/core": "9.2.0", - "@mantine/hooks": "9.2.0", + "@mantine/core": "9.2.1", + "@mantine/hooks": "9.2.1", "@next/bundle-analyzer": "^16.0.0", "@tabler/icons-react": "^3.35.0", "next": "16.2.6", diff --git a/yarn.lock b/yarn.lock index 0159c7b..87efcf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3026,9 +3026,9 @@ __metadata: languageName: node linkType: hard -"@mantine/core@npm:9.2.0": - version: 9.2.0 - resolution: "@mantine/core@npm:9.2.0" +"@mantine/core@npm:9.2.1": + version: 9.2.1 + resolution: "@mantine/core@npm:9.2.1" dependencies: "@floating-ui/react": "npm:^0.27.19" clsx: "npm:^2.1.1" @@ -3036,19 +3036,19 @@ __metadata: react-remove-scroll: "npm:^2.7.2" type-fest: "npm:^5.6.0" peerDependencies: - "@mantine/hooks": 9.2.0 + "@mantine/hooks": 9.2.1 react: ^19.2.0 react-dom: ^19.2.0 - checksum: 10c0/b2e71712621683b0c6d1351ebb49cf5d26278aa837631ef80f10426fe4a9b72cde61d040e6123f01039e64415b5fa085a5092960b5bd828450423c99a4604327 + checksum: 10c0/998f9da4463119e62b8031f577e3a4da0082f56a8b516576e5f123a4bba96c1a35007419cd8ee99d7a6f695eba49842b807c8ea704bbb178300808434286ac55 languageName: node linkType: hard -"@mantine/hooks@npm:9.2.0": - version: 9.2.0 - resolution: "@mantine/hooks@npm:9.2.0" +"@mantine/hooks@npm:9.2.1": + version: 9.2.1 + resolution: "@mantine/hooks@npm:9.2.1" peerDependencies: react: ^19.2.0 - checksum: 10c0/1faa2696b4dfec081dd2f83031a502d05eda2fc7bf449bb472ff76721a61572625e510c95318451f45c2c70889ad8e7b5c99f4903ea7ba5d76d8cd8b499512ef + checksum: 10c0/39d94b17769a9688f5bce7d88b8b8c267a159d24fc5c5ae9b518382f338db5536d19b85d3895f18d868b34d7160defb1688274af0420161aa6352d29c7ec954d languageName: node linkType: hard @@ -8620,8 +8620,8 @@ __metadata: resolution: "mantine-next-template@workspace:." dependencies: "@babel/core": "npm:^7.28.4" - "@mantine/core": "npm:9.2.0" - "@mantine/hooks": "npm:9.2.0" + "@mantine/core": "npm:9.2.1" + "@mantine/hooks": "npm:9.2.1" "@next/bundle-analyzer": "npm:^16.0.0" "@storybook/addon-themes": "npm:^10.0.0" "@storybook/nextjs": "npm:^10.0.0"