@yamada-ui/modal 2.0.0-next-20240721171236 → 2.0.0-next-20240729113003

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/modal",
3
- "version": "2.0.0-next-20240721171236",
3
+ "version": "2.0.0-next-20240729113003",
4
4
  "description": "Yamada UI modal component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,20 +36,20 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "react-remove-scroll": "^2.5.4",
40
- "@yamada-ui/core": "1.10.0",
41
- "@yamada-ui/utils": "1.3.1",
42
- "@yamada-ui/motion": "2.1.0",
43
- "@yamada-ui/portal": "1.0.17",
44
- "@yamada-ui/button": "2.0.0-next-20240721171236",
45
- "@yamada-ui/focus-lock": "1.0.17",
46
- "@yamada-ui/close-button": "2.0.0-next-20240721171236",
47
- "@yamada-ui/transitions": "1.0.33",
48
- "@yamada-ui/use-value": "1.1.20"
39
+ "react-remove-scroll": "^2.5.10",
40
+ "@yamada-ui/close-button": "2.0.0-next-20240729113003",
41
+ "@yamada-ui/core": "1.11.0",
42
+ "@yamada-ui/focus-lock": "1.0.18",
43
+ "@yamada-ui/motion": "2.1.1",
44
+ "@yamada-ui/button": "2.0.0-next-20240729113003",
45
+ "@yamada-ui/portal": "1.0.18",
46
+ "@yamada-ui/transitions": "1.1.1",
47
+ "@yamada-ui/use-value": "1.1.21",
48
+ "@yamada-ui/utils": "1.3.2"
49
49
  },
50
50
  "devDependencies": {
51
- "react": "^18.0.0",
52
- "clean-package": "2.2.0"
51
+ "clean-package": "2.2.0",
52
+ "react": "^18.3.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": ">=18"