@os-design-mobile/menu 1.0.60 → 1.0.61

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-design-mobile/menu",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@os-design-mobile/button": "^1.0.43",
23
23
  "@os-design-mobile/icons": "^1.0.42",
24
- "@os-design-mobile/modal": "^1.0.64",
24
+ "@os-design-mobile/modal": "^1.0.65",
25
25
  "@os-design-mobile/theming": "^1.0.31",
26
26
  "@os-design/menu-utils": "^1.0.11",
27
27
  "@os-design/use-forwarded-state": "^1.0.10"
@@ -39,5 +39,5 @@
39
39
  "react-native-safe-area-context": ">=3",
40
40
  "react-native-svg": ">=12"
41
41
  },
42
- "gitHead": "2c6957821e9eb66c1075bda0302bad3ed4f71c54"
42
+ "gitHead": "5351d1cae47c85a93899e3b7c6c9b1590a556244"
43
43
  }