@yamada-ui/menu 1.1.3 → 1.1.4-dev-20240507052429

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/menu",
3
- "version": "1.1.3",
3
+ "version": "1.1.4-dev-20240507052429",
4
4
  "description": "Yamada UI menu component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -38,12 +38,12 @@
38
38
  "dependencies": {
39
39
  "@yamada-ui/core": "1.6.7",
40
40
  "@yamada-ui/utils": "1.2.0",
41
- "@yamada-ui/motion": "1.0.26",
42
41
  "@yamada-ui/popover": "1.1.2",
42
+ "@yamada-ui/motion": "1.0.26",
43
43
  "@yamada-ui/transitions": "1.0.26",
44
44
  "@yamada-ui/icon": "1.0.25",
45
45
  "@yamada-ui/use-disclosure": "1.0.13",
46
- "@yamada-ui/use-descendant": "1.0.13",
46
+ "@yamada-ui/use-descendant": "1.0.14-dev-20240507052429",
47
47
  "@yamada-ui/use-clickable": "1.2.1",
48
48
  "@yamada-ui/use-controllable-state": "1.0.13"
49
49
  },