@os-design-mobile/menu 1.0.27 → 1.0.28
Sign up to get free protection for your applications and to get access to all the features.
- 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.
|
3
|
+
"version": "1.0.28",
|
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.22",
|
23
23
|
"@os-design-mobile/icons": "^1.0.21",
|
24
|
-
"@os-design-mobile/modal": "^1.0.
|
24
|
+
"@os-design-mobile/modal": "^1.0.32",
|
25
25
|
"@os-design-mobile/theming": "^1.0.16",
|
26
26
|
"@os-design/menu-utils": "^1.0.2",
|
27
27
|
"@os-design/use-forwarded-state": "^1.0.3"
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"react-native-safe-area-context": ">=3",
|
39
39
|
"react-native-svg": ">=12"
|
40
40
|
},
|
41
|
-
"gitHead": "
|
41
|
+
"gitHead": "ad5189908479ad0c27eeb689a3febe86fac27d16"
|
42
42
|
}
|