Update mantine packages to 5.1.0 changelog

This commit is contained in:
Vitaly Rtishchev 2022-08-08 12:02:26 +03:00
parent 89df01b727
commit 9ee4ad64ca
2 changed files with 20 additions and 20 deletions

View File

@ -9,8 +9,8 @@
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.9.3", "@emotion/react": "^11.9.3",
"@mantine/core": "5.0.0", "@mantine/core": "5.1.0",
"@mantine/hooks": "5.0.0", "@mantine/hooks": "5.1.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },

View File

@ -405,34 +405,34 @@
"@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/sourcemap-codec" "^1.4.10"
"@mantine/core@5.0.0": "@mantine/core@5.1.0":
version "5.0.0" version "5.1.0"
resolved "https://registry.yarnpkg.com/@mantine/core/-/core-5.0.0.tgz#a1602bb59f0652532c6856ac31d594c55a1219a2" resolved "https://registry.yarnpkg.com/@mantine/core/-/core-5.1.0.tgz#9f41c6862ea5c03001c62b34bdc745999a1c07c7"
integrity sha512-bhtoegMPp+7IDsuouDRjdde8pA5z+Z8cBcRhpoWXdfpA97jldHXDe2XhRpzwMzSN5f2mTQUj3ZtJG5jm4TXTUA== integrity sha512-qTIYbQxuxmkDbPYrYJ9c8J06XaS3tNc3iq+bcWXpnA1FQDM3rXnfydENA53afDjDly6U3ytXLE4nupM1jttBxw==
dependencies: dependencies:
"@floating-ui/react-dom-interactions" "0.6.6" "@floating-ui/react-dom-interactions" "0.6.6"
"@mantine/styles" "5.0.0" "@mantine/styles" "5.1.0"
"@mantine/utils" "5.0.0" "@mantine/utils" "5.1.0"
"@radix-ui/react-scroll-area" "1.0.0" "@radix-ui/react-scroll-area" "1.0.0"
react-textarea-autosize "8.3.4" react-textarea-autosize "8.3.4"
"@mantine/hooks@5.0.0": "@mantine/hooks@5.1.0":
version "5.0.0" version "5.1.0"
resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-5.0.0.tgz#24fe9f945810d02ad7d933b8aecc646cf10f96dc" resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-5.1.0.tgz#4877c6baf770d7873c8ca179fe85748344aaf48d"
integrity sha512-IKqqnukPPyBMYRKz4VIhz7hNRe3p8B7RUyvFLaWc9l69ZO/b5atNuesE1ThuMQYc7tBobQbU4myHuhQc/csyLA== integrity sha512-CqG2qYQmjBpWa1vikl3yJKEYW061aa0VEgeRREnKrvQQjWHSl8ZoO6GmU5RSst85kKgN6Y4/JMAU9KdfAl2TrQ==
"@mantine/styles@5.0.0": "@mantine/styles@5.1.0":
version "5.0.0" version "5.1.0"
resolved "https://registry.yarnpkg.com/@mantine/styles/-/styles-5.0.0.tgz#526fb8fea1be280b18f852d790a6b8d05c9c97e5" resolved "https://registry.yarnpkg.com/@mantine/styles/-/styles-5.1.0.tgz#7930f1fc90acc4395e3e910a4b44db1dfdcde7ff"
integrity sha512-Yh7ykrrEJyIFOUVcfHOUyESmut8D482oidG2XVtwpWGuqi4olf1vuGsjdcn2GNdGJHQmFxtEYjkzWEXmXCoouQ== integrity sha512-/Bn2d1V181hbPR0dbNjCnL9paIWw/TUQ+an7Hu1PCOsKbtEwN2Ar5I6M3e4ZuKC7AbKdlqYx53pN0n19ENFsqQ==
dependencies: dependencies:
clsx "1.1.1" clsx "1.1.1"
csstype "3.0.9" csstype "3.0.9"
"@mantine/utils@5.0.0": "@mantine/utils@5.1.0":
version "5.0.0" version "5.1.0"
resolved "https://registry.yarnpkg.com/@mantine/utils/-/utils-5.0.0.tgz#576ebab6b0980b996ecb70b277f4ea378dcfb474" resolved "https://registry.yarnpkg.com/@mantine/utils/-/utils-5.1.0.tgz#82944a1390e1a13c50d111ba4024ab883c3f3fba"
integrity sha512-Fy9BdxWvrXkplWua8ZKmsBQODo24QB8OPn6BEmvXUt4O+3qoP27VaAWQVea4opWZsy+L5dtEe/kOXY/Q/kC2qg== integrity sha512-rQamOcZxKiBK9M/2/qJ5pvlKVMJ6Te6RiqKMV8NbkS3HSiFt2QrJbR7bTvA4IQQMgWslLdL9TgjPeTkUbYAVKw==
"@radix-ui/number@1.0.0": "@radix-ui/number@1.0.0":
version "1.0.0" version "1.0.0"