Update @mantine/* dependencies to version 7.0.0

This commit is contained in:
Vitaly Rtishchev 2023-09-18 17:53:37 +04:00
parent 5ba2711bb0
commit 15c7f6f4fa
2 changed files with 10 additions and 10 deletions

View File

@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "7.0.0-beta.7",
"@mantine/hooks": "7.0.0-beta.7",
"@mantine/core": "7.0.0",
"@mantine/hooks": "7.0.0",
"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-beta.7":
version "7.0.0-beta.7"
resolved "https://registry.yarnpkg.com/@mantine/core/-/core-7.0.0-beta.7.tgz#4c759f836163a3a39c515ceb206a467a26d16277"
integrity sha512-uJidJ7q50rvh/AC7PxWo5vvNA/nHoIIP08S1OKQfLmQU7ki7muykzmOzYI4muB89ZEKZtRPAUGifI7YF+dVlDw==
"@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==
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-beta.7":
version "7.0.0-beta.7"
resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.0.0-beta.7.tgz#02b44d400760de48fb60c0b55a7fecb8e46fd3f5"
integrity sha512-TleKhNpZprZO3xbhzz8LrmnOP56MSoUwhIZfrP/Y9hohGgtrcZ+DxWk8ROwNo6O7pWqHfNhfNDtfm6ul/Sa1eg==
"@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==
"@next/env@13.4.4":
version "13.4.4"