@mantine/modals
Advanced tools
Comparing version 7.3.2 to 7.4.0
{ | ||
"name": "@mantine/modals", | ||
"version": "7.3.2", | ||
"version": "7.4.0", | ||
"description": "Modals manager based on Mantine components", | ||
"homepage": "https://mantine.dev/others/modals/", | ||
"homepage": "https://mantine.dev/x/modals/", | ||
"license": "MIT", | ||
@@ -42,4 +42,4 @@ "author": "Vitaly Rtishchev <rtivital@gmail.com>", | ||
"peerDependencies": { | ||
"@mantine/core": "7.3.2", | ||
"@mantine/hooks": "7.3.2", | ||
"@mantine/core": "7.4.0", | ||
"@mantine/hooks": "7.4.0", | ||
"react": "^18.2.0", | ||
@@ -49,5 +49,5 @@ "react-dom": "^18.2.0" | ||
"devDependencies": { | ||
"@mantine/core": "7.3.2", | ||
"@mantine/hooks": "7.3.2" | ||
"@mantine/core": "7.4.0", | ||
"@mantine/hooks": "7.4.0" | ||
} | ||
} |
119172