Update @mantine/* dependencies to 7.3.0

This commit is contained in:
Vitaly Rtishchev 2023-12-04 12:32:39 +04:00
parent 91511fbf4b
commit ea5decdadd
2 changed files with 30 additions and 30 deletions

View file

@ -10,9 +10,9 @@
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "7.2.1",
"@mantine/hooks": "7.2.1",
"@mantine/vanilla-extract": "7.2.1",
"@mantine/core": "7.3.0",
"@mantine/hooks": "7.3.0",
"@mantine/vanilla-extract": "7.3.0",
"@vanilla-extract/css": "^1.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"