From 0cd7976efde9221b66dde5ac930fb8fa8b464924 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Sat, 16 Nov 2024 21:10:17 +0400 Subject: [PATCH] Update `@mantine/*` dependencies to 7.14.1 --- package.json | 4 ++-- yarn.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 0d34208..1b80ee4 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "storybook:build": "storybook build" }, "dependencies": { - "@mantine/core": "7.14.0", - "@mantine/hooks": "7.14.0", + "@mantine/core": "7.14.1", + "@mantine/hooks": "7.14.1", "@next/bundle-analyzer": "^14.2.4", "@tabler/icons-react": "^3.6.0", "next": "15.0.1", diff --git a/yarn.lock b/yarn.lock index 5c5f753..e366159 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3612,9 +3612,9 @@ __metadata: languageName: node linkType: hard -"@mantine/core@npm:7.14.0": - version: 7.14.0 - resolution: "@mantine/core@npm:7.14.0" +"@mantine/core@npm:7.14.1": + version: 7.14.1 + resolution: "@mantine/core@npm:7.14.1" dependencies: "@floating-ui/react": "npm:^0.26.27" clsx: "npm:^2.1.1" @@ -3623,19 +3623,19 @@ __metadata: react-textarea-autosize: "npm:8.5.4" type-fest: "npm:^4.26.1" peerDependencies: - "@mantine/hooks": 7.14.0 + "@mantine/hooks": 7.14.1 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x - checksum: 10c0/ac694c278f7aa34db053da5baf6ffcccd3e8e980569025e4071800a3d6c82b79038d7484377a4a186dd5295051fe306b0cde7eb56fca082c949de409a5b826d4 + checksum: 10c0/0226848f77db72bc1640f898091447e8b1a6f38f5c47c173858443fad991f062f40f68eae67625164e924035467cc616d91bdbf59c21fa093d9b26e4e73d6103 languageName: node linkType: hard -"@mantine/hooks@npm:7.14.0": - version: 7.14.0 - resolution: "@mantine/hooks@npm:7.14.0" +"@mantine/hooks@npm:7.14.1": + version: 7.14.1 + resolution: "@mantine/hooks@npm:7.14.1" peerDependencies: react: ^18.x || ^19.x - checksum: 10c0/90bef2c1c97175a647bbe3c6b8d75b843741113201ccd78ac654e64ba80435837421b2b30b6262f635d23d63fb7a9afbbb98d29a0179fb6a6d0541dccd3ebfff + checksum: 10c0/c93578dd1c8f6b538e427ecce18393a558c3f7450303b5c784d2f6dde5cf1ced71b3050d8db5b02dcc07e85353fa7c22eb123cdbe3c73759b9a8155992eecc2a languageName: node linkType: hard @@ -12297,8 +12297,8 @@ __metadata: dependencies: "@babel/core": "npm:^7.24.7" "@ianvs/prettier-plugin-sort-imports": "npm:^4.3.1" - "@mantine/core": "npm:7.14.0" - "@mantine/hooks": "npm:7.14.0" + "@mantine/core": "npm:7.14.1" + "@mantine/hooks": "npm:7.14.1" "@next/bundle-analyzer": "npm:^14.2.4" "@next/eslint-plugin-next": "npm:^14.2.4" "@storybook/nextjs": "npm:^8.1.10"