@os-design-mobile/menu 1.0.50 → 1.0.53
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
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.53",
|
4
4
|
"license": "UNLICENSED",
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
|
6
6
|
"main": "dist/index.js",
|
@@ -19,15 +19,15 @@
|
|
19
19
|
"access": "public"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@os-design-mobile/button": "^1.0.
|
23
|
-
"@os-design-mobile/icons": "^1.0.
|
24
|
-
"@os-design-mobile/modal": "^1.0.
|
25
|
-
"@os-design-mobile/theming": "^1.0.
|
26
|
-
"@os-design/menu-utils": "^1.0.
|
27
|
-
"@os-design/use-forwarded-state": "^1.0.
|
22
|
+
"@os-design-mobile/button": "^1.0.38",
|
23
|
+
"@os-design-mobile/icons": "^1.0.37",
|
24
|
+
"@os-design-mobile/modal": "^1.0.57",
|
25
|
+
"@os-design-mobile/theming": "^1.0.27",
|
26
|
+
"@os-design/menu-utils": "^1.0.9",
|
27
|
+
"@os-design/use-forwarded-state": "^1.0.8"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@os-design-mobile/text": "^1.0.
|
30
|
+
"@os-design-mobile/text": "^1.0.35"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
33
|
"@emotion/native": ">=11",
|
@@ -39,5 +39,5 @@
|
|
39
39
|
"react-native-safe-area-context": ">=3",
|
40
40
|
"react-native-svg": ">=12"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "bbd0a286644aca1bc3991d8da46e5ba2881dc010"
|
43
43
|
}
|