From 8f50381361613785b97933658c6d223e9069f977 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Fri, 18 Oct 2024 12:15:29 +0400 Subject: [PATCH] Update `@mantine/*` dependencies to 7.13.3 --- package.json | 4 ++-- yarn.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index ac00b6a..b545a88 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "storybook:build": "storybook build" }, "dependencies": { - "@mantine/core": "7.13.2", - "@mantine/hooks": "7.13.2", + "@mantine/core": "7.13.3", + "@mantine/hooks": "7.13.3", "@next/bundle-analyzer": "^14.2.4", "@tabler/icons-react": "^3.6.0", "next": "14.2.4", diff --git a/yarn.lock b/yarn.lock index ce4f8c3..9cf56a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3428,9 +3428,9 @@ __metadata: languageName: node linkType: hard -"@mantine/core@npm:7.13.2": - version: 7.13.2 - resolution: "@mantine/core@npm:7.13.2" +"@mantine/core@npm:7.13.3": + version: 7.13.3 + resolution: "@mantine/core@npm:7.13.3" dependencies: "@floating-ui/react": "npm:^0.26.9" clsx: "npm:^2.1.1" @@ -3439,19 +3439,19 @@ __metadata: react-textarea-autosize: "npm:8.5.3" type-fest: "npm:^4.12.0" peerDependencies: - "@mantine/hooks": 7.13.2 + "@mantine/hooks": 7.13.3 react: ^18.2.0 react-dom: ^18.2.0 - checksum: 10c0/e5c41c73cea377a8c62683ab1abd24cc26394b68d0230f8df5b9925cd76dff52c6386a00f2c5f3221d7e9e82aeb988ca8e0f2aa042cc2378dea079e932a2290e + checksum: 10c0/adbde03c519f039d7538ed8acb2de65583e0e1df223f7abc1420f755e96fc5844dd0d2998297043d26c163e9409061af26719941bc16531749bb4f4c08cd7df3 languageName: node linkType: hard -"@mantine/hooks@npm:7.13.2": - version: 7.13.2 - resolution: "@mantine/hooks@npm:7.13.2" +"@mantine/hooks@npm:7.13.3": + version: 7.13.3 + resolution: "@mantine/hooks@npm:7.13.3" peerDependencies: react: ^18.2.0 - checksum: 10c0/2d56c22e268689e0f25a2c3616af9e51aa3468338dccac5da03b18ecbce36424252ed7c8479da5861720763c714989f73d24bbfb1c3e0cc87647100480720268 + checksum: 10c0/8a17229f68c35ab5f62ca114785150f2f92ac0d82d716fb60b69237b8f21559629cc3e140b5aca7f453fc79083bbd4cd1d80dbdbdb167a57fcee81c9686dc46e languageName: node linkType: hard @@ -12121,8 +12121,8 @@ __metadata: dependencies: "@babel/core": "npm:^7.24.7" "@ianvs/prettier-plugin-sort-imports": "npm:^4.3.1" - "@mantine/core": "npm:7.13.2" - "@mantine/hooks": "npm:7.13.2" + "@mantine/core": "npm:7.13.3" + "@mantine/hooks": "npm:7.13.3" "@next/bundle-analyzer": "npm:^14.2.4" "@next/eslint-plugin-next": "npm:^14.2.4" "@storybook/nextjs": "npm:^8.1.10"