@mantine/modals 5.6.4 → 5.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Mantine modals manager
2
2
 
3
+ [![npm](https://img.shields.io/npm/dm/@mantine/modals)](https://www.npmjs.com/package/@mantine/modals)
4
+
3
5
  Manage modals state
4
6
 
5
7
  [View documentation](https://mantine.dev/)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mantine/modals",
3
3
  "description": "Modals manager based on Mantine components",
4
- "version": "5.6.4",
4
+ "version": "5.7.1",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -27,13 +27,13 @@
27
27
  "confirm"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@mantine/core": "5.6.4",
31
- "@mantine/hooks": "5.6.4",
30
+ "@mantine/core": "5.7.1",
31
+ "@mantine/hooks": "5.7.1",
32
32
  "react": ">=16.8.0",
33
33
  "react-dom": ">=16.8.0"
34
34
  },
35
35
  "dependencies": {
36
- "@mantine/utils": "5.6.4"
36
+ "@mantine/utils": "5.7.1"
37
37
  },
38
38
  "devDependencies": {}
39
39
  }