@mantine/modals
Advanced tools
Comparing version 7.16.3 to 7.17.0
{ | ||
"name": "@mantine/modals", | ||
"version": "7.16.3", | ||
"version": "7.17.0", | ||
"description": "Modals manager based on Mantine components", | ||
@@ -42,4 +42,4 @@ "homepage": "https://mantine.dev/x/modals/", | ||
"peerDependencies": { | ||
"@mantine/core": "7.16.3", | ||
"@mantine/hooks": "7.16.3", | ||
"@mantine/core": "7.17.0", | ||
"@mantine/hooks": "7.17.0", | ||
"react": "^18.x || ^19.x", | ||
@@ -51,5 +51,5 @@ "react-dom": "^18.x || ^19.x" | ||
"@mantine/hooks": "workspace:*", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
"react": "^19.0.0", | ||
"react-dom": "19.0.0" | ||
} | ||
} |
144845