Update @mantine/* dependencies to version 7.0.1

This commit is contained in:
Vitaly Rtishchev 2023-09-25 17:16:00 +04:00
parent 15c7f6f4fa
commit 6a2075ee8b
2 changed files with 10 additions and 10 deletions

View File

@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "7.0.0",
"@mantine/hooks": "7.0.0",
"@mantine/core": "7.0.1",
"@mantine/hooks": "7.0.1",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0"

View File

@ -111,10 +111,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
"@mantine/core@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.0.0.tgz#28a912ad4526b9a1554fe9821d8c4be3392088e0"
integrity sha512-0F+AdATM6uzZyKD3YNR95EY4taYVpdnKIaEmjSNRqYnfHCK/4TcbG+srDDBXrXclyJpGg9I1TF1D5M1ePoBoNA==
"@mantine/core@7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.0.1.tgz#b2436f883e0984698bfd068983488ea2c08bb36d"
integrity sha512-cQqQWo5uZy6G+5WwEFRt6hoHwADVRy0IQ4pW+dyhcfp1aHYHf9C1T2vP/naUZR3nczYr5j63ZVgiSwqQaqc17Q==
dependencies:
"@floating-ui/react" "^0.24.8"
clsx "2.0.0"
@ -123,10 +123,10 @@
react-textarea-autosize "8.5.2"
type-fest "^3.13.1"
"@mantine/hooks@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.0.0.tgz#6c0060b7b903d2d93275a0b53b29775c54201faf"
integrity sha512-HdZ6qE15OKNA3esbO72+mRqztMcdGphL/wl/ks8N7iAlSUu7sFtgZN+IU6MfJxGc/MEN3x5dEceWG6FgwOmHOw==
"@mantine/hooks@7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.0.1.tgz#d1c1729b88d62604acb2143ffba8d41e47c6fd06"
integrity sha512-rPHghtUh1YYhArZzhVHMWEX4kWVieffuuaOGB8954Yyw0o1X7wIgQ35cVRS52CGtFbUToS7kaYSdxI0THkca/Q==
"@next/env@13.4.4":
version "13.4.4"