@yamada-ui/modal 1.4.5-next-20241119123334 → 1.4.6-dev-20241123045140

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/modal",
3
- "version": "1.4.5-next-20241119123334",
3
+ "version": "1.4.6-dev-20241123045140",
4
4
  "description": "Yamada UI modal component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -37,13 +37,13 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "react-remove-scroll": "^2.6.0",
40
- "@yamada-ui/button": "1.0.50-next-20241119123334",
41
- "@yamada-ui/close-button": "1.0.47-next-20241119123334",
40
+ "@yamada-ui/button": "1.0.50",
41
+ "@yamada-ui/close-button": "1.0.47",
42
42
  "@yamada-ui/core": "1.15.5",
43
- "@yamada-ui/focus-lock": "1.0.24",
44
- "@yamada-ui/motion": "2.2.8-next-20241119123334",
43
+ "@yamada-ui/focus-lock": "1.0.25-dev-20241123045140",
44
+ "@yamada-ui/motion": "2.2.8",
45
45
  "@yamada-ui/portal": "1.0.24",
46
- "@yamada-ui/transitions": "1.1.11-next-20241119123334",
46
+ "@yamada-ui/transitions": "1.1.11",
47
47
  "@yamada-ui/use-value": "1.1.30",
48
48
  "@yamada-ui/utils": "1.5.4"
49
49
  },