From 87eccf71d390f91dbd673325e8aa8cb5cbcdf15a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:54:50 +0200 Subject: [PATCH] Update mantine monorepo to v7.7.0 (#94) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 6 +++--- yarn.lock | 34 +++++++++++++++++----------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 01a248d..a3b0c3a 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ }, "dependencies": { "@emotion/react": "11.11.4", - "@mantine/core": "7.6.2", - "@mantine/hooks": "7.6.2", - "@mantine/notifications": "7.6.2", + "@mantine/core": "7.7.0", + "@mantine/hooks": "7.7.0", + "@mantine/notifications": "7.7.0", "@sentry/react": "7.109.0", "@tabler/icons-react": "3.1.0", "@tauri-apps/api": "1.5.3", diff --git a/yarn.lock b/yarn.lock index baff7bc..9944895 100644 --- a/yarn.lock +++ b/yarn.lock @@ -513,10 +513,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@mantine/core@7.6.2": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.6.2.tgz#8a1fa01ebe5fc7b909033b20764111bda9e14df9" - integrity sha512-qmZhmQVc7ZZ8EKKhPkGuZbfBnLXR0xE45ikxfx+1E6/8hLY5Ypr4nWqh5Pk6p3b+K71yYnBqlbNXbtHLQH0h3g== +"@mantine/core@7.7.0": + version "7.7.0" + resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.7.0.tgz#2f796039a98d66a413a36f47eb04069f9cafffd2" + integrity sha512-ji8LK1i4Yx+1QNHKvy/NJj2jhx0EO60PWCVLVNbr6vxCTHVfCd1M7vAHlar5fcJwbO6zHLv4zPuqqxSkv0SqVA== dependencies: "@floating-ui/react" "^0.26.9" clsx "2.1.0" @@ -525,23 +525,23 @@ react-textarea-autosize "8.5.3" type-fest "^4.12.0" -"@mantine/hooks@7.6.2": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.6.2.tgz#5b84ffc150b694a1fe2dc7a38ffed4c048a79ac7" - integrity sha512-ZrOgrZHoIGCDKrr2/9njDgK0al+jjusYQFlmR0YyEFyRtgY6eNSI4zuYLcAPx1haHmUm5RsLBrqY6Iy/TLdGXA== +"@mantine/hooks@7.7.0": + version "7.7.0" + resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.7.0.tgz#52f0fdc97e953798d2e632aa5e90959f389cbd1e" + integrity sha512-m99vMzeONMpBLv0Rcb2LD88xAhpvwVdTMBo/7WohBDYtk1shJKHAc/WbQ/cJPcNk11Bzp/mhx/EPNZfs9+NwZA== -"@mantine/notifications@7.6.2": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@mantine/notifications/-/notifications-7.6.2.tgz#d09577e7b8ef2da07bc256ce9c9029f135450181" - integrity sha512-vLs6Y5nnxHipGkA5TSsxgjeus0N9uS+0+E9KZ5OG5QEtz7BdOsKPtNmytsQzBN8P8fjttFImhhoSUOLpYv0xtA== +"@mantine/notifications@7.7.0": + version "7.7.0" + resolved "https://registry.yarnpkg.com/@mantine/notifications/-/notifications-7.7.0.tgz#809a70149f96f78d5077c7991511b225303000aa" + integrity sha512-YutgZ+vf81/qPdadCX+OmXsPlgMpBuIn8TRhgeALt/qtdv80jUnTsyNdhMBCcRCm0txmLCItWtuXuW6glsHd4A== dependencies: - "@mantine/store" "7.6.2" + "@mantine/store" "7.7.0" react-transition-group "4.4.5" -"@mantine/store@7.6.2": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@mantine/store/-/store-7.6.2.tgz#89f9d8bc99f834a85b8adcfb8c1316df69416e78" - integrity sha512-IEGbyIs7LIXYQtjR87GQPiw12klgsiKiqplGu9LekJb8uW/7XSRNs31ggqKmdF+cMWO/WyQhEXZdpWNib6tVOw== +"@mantine/store@7.7.0": + version "7.7.0" + resolved "https://registry.yarnpkg.com/@mantine/store/-/store-7.7.0.tgz#ebc992c6aeff688a33d95b4bd4cd858e8b77ce6d" + integrity sha512-tbw73JQQjIbHiGZ/5f36bWk6eV+01cVGVtq6l7Q0S2dibkU9H8+ynAk+goNuUTaQk0lUpqUflxMJS4xXdS5Q6A== "@nodelib/fs.scandir@2.1.5": version "2.1.5"