@os-design-mobile/menu 1.0.104 → 1.0.105
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
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.105",
|
4
4
|
"license": "UNLICENSED",
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
|
6
6
|
"main": "./dist/index.js",
|
@@ -28,15 +28,15 @@
|
|
28
28
|
"access": "public"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@os-design-mobile/button": "^1.0.
|
32
|
-
"@os-design-mobile/icons": "^1.0.
|
33
|
-
"@os-design-mobile/modal": "^1.0.
|
31
|
+
"@os-design-mobile/button": "^1.0.73",
|
32
|
+
"@os-design-mobile/icons": "^1.0.69",
|
33
|
+
"@os-design-mobile/modal": "^1.0.109",
|
34
34
|
"@os-design-mobile/theming": "^1.0.50",
|
35
35
|
"@os-design/menu-utils": "^1.0.26",
|
36
36
|
"@os-design/use-forwarded-state": "^1.0.28"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@os-design-mobile/text": "^1.0.
|
39
|
+
"@os-design-mobile/text": "^1.0.67"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
42
42
|
"@emotion/native": ">=11",
|
@@ -48,5 +48,5 @@
|
|
48
48
|
"react-native-safe-area-context": ">=3",
|
49
49
|
"react-native-svg": ">=12"
|
50
50
|
},
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "2ff0f6c5d32ba224a2eac2552ac43b288a4ccdc7"
|
52
52
|
}
|