@mantine/modals
Advanced tools
Comparing version 3.6.9 to 3.6.10
{ | ||
"name": "@mantine/modals", | ||
"description": "Modals manager based on Mantine components", | ||
"version": "3.6.9", | ||
"version": "3.6.10", | ||
"main": "cjs/index.js", | ||
@@ -17,5 +17,17 @@ "module": "esm/index.js", | ||
}, | ||
"keywords": [ | ||
"react", | ||
"next", | ||
"nextjs", | ||
"ui", | ||
"components", | ||
"ui-kit", | ||
"library", | ||
"frontend", | ||
"modal", | ||
"confirm" | ||
], | ||
"peerDependencies": { | ||
"@mantine/core": "3.6.9", | ||
"@mantine/hooks": "3.6.9", | ||
"@mantine/core": "3.6.10", | ||
"@mantine/hooks": "3.6.10", | ||
"react": ">=16.8.0", | ||
@@ -22,0 +34,0 @@ "react-dom": ">=16.8.0" |
60408