From 44c30793f5bbb09571a434f3da003191a28877a3 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Wed, 18 Oct 2023 12:48:17 +0400 Subject: [PATCH] Update @mantine/* dependencies to version 1.9.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7c832e4..f48518d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.1", "postcss": "^8.4.24", - "postcss-preset-mantine": "1.8.0", + "postcss-preset-mantine": "1.9.0", "postcss-simple-vars": "^7.0.1", "typescript": "^5.1.3", "vite": "^4.3.9" diff --git a/yarn.lock b/yarn.lock index f1479f6..5ae7d99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1944,10 +1944,10 @@ postcss-nested@^6.0.1: dependencies: postcss-selector-parser "^6.0.11" -postcss-preset-mantine@1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/postcss-preset-mantine/-/postcss-preset-mantine-1.8.0.tgz#daf534ff322f95e355ad84add82240db0939d3b3" - integrity sha512-aLc+EoDXsvnXM2lWWF1MI+lgGqbd5xatVJ3KyTmsheNoXBYN0OFAkRFqyy3tfdveH64Fno2SLNEr4w/njPSInw== +postcss-preset-mantine@1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/postcss-preset-mantine/-/postcss-preset-mantine-1.9.0.tgz#d870f97888c34dd69c084ee7b89da5b04b99c557" + integrity sha512-ZurmjL+5UK9FZq4GGKOoksC7UMVFZVXxRMO0WwQAiMeElZ8jPXIXIALnwdQhslyoVDzpezkRuHYtXGo65DwvqA== dependencies: postcss-mixins "^9.0.4" postcss-nested "^6.0.1"