@os-design-mobile/menu 1.0.97 → 1.0.98
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
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.98",
|
4
4
|
"license": "UNLICENSED",
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
|
6
6
|
"type": "module",
|
@@ -29,15 +29,15 @@
|
|
29
29
|
"access": "public"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@os-design-mobile/button": "^1.0.
|
33
|
-
"@os-design-mobile/icons": "^1.0.
|
34
|
-
"@os-design-mobile/modal": "^1.0.
|
35
|
-
"@os-design-mobile/theming": "^1.0.
|
32
|
+
"@os-design-mobile/button": "^1.0.66",
|
33
|
+
"@os-design-mobile/icons": "^1.0.62",
|
34
|
+
"@os-design-mobile/modal": "^1.0.102",
|
35
|
+
"@os-design-mobile/theming": "^1.0.45",
|
36
36
|
"@os-design/menu-utils": "^1.0.24",
|
37
37
|
"@os-design/use-forwarded-state": "^1.0.26"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@os-design-mobile/text": "^1.0.
|
40
|
+
"@os-design-mobile/text": "^1.0.60"
|
41
41
|
},
|
42
42
|
"peerDependencies": {
|
43
43
|
"@emotion/native": ">=11",
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"react-native-safe-area-context": ">=3",
|
50
50
|
"react-native-svg": ">=12"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "e486f7600feeecc4d0ff9dccd56190e3614526cf"
|
53
53
|
}
|