@os-design-mobile/menu 1.0.46 → 1.0.47
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.47",
|
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.34",
|
23
23
|
"@os-design-mobile/icons": "^1.0.33",
|
24
|
-
"@os-design-mobile/modal": "^1.0.
|
24
|
+
"@os-design-mobile/modal": "^1.0.51",
|
25
25
|
"@os-design-mobile/theming": "^1.0.24",
|
26
26
|
"@os-design/menu-utils": "^1.0.6",
|
27
27
|
"@os-design/use-forwarded-state": "^1.0.5"
|
@@ -39,5 +39,5 @@
|
|
39
39
|
"react-native-safe-area-context": ">=3",
|
40
40
|
"react-native-svg": ">=12"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "8e11b61233bef1dcabebb7351b35bbce3dbac6d3"
|
43
43
|
}
|