@os-design-mobile/menu 1.0.84 → 1.0.86
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
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.86",
|
4
4
|
"license": "UNLICENSED",
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
|
6
6
|
"main": "dist/index.js",
|
@@ -28,25 +28,25 @@
|
|
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.56",
|
32
|
+
"@os-design-mobile/icons": "^1.0.54",
|
33
|
+
"@os-design-mobile/modal": "^1.0.90",
|
34
34
|
"@os-design-mobile/theming": "^1.0.39",
|
35
35
|
"@os-design/menu-utils": "^1.0.20",
|
36
|
-
"@os-design/use-forwarded-state": "^1.0.
|
36
|
+
"@os-design/use-forwarded-state": "^1.0.21"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@os-design-mobile/text": "^1.0.
|
39
|
+
"@os-design-mobile/text": "^1.0.52"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
42
42
|
"@emotion/native": ">=11",
|
43
43
|
"@emotion/react": ">=11",
|
44
44
|
"@react-native-async-storage/async-storage": ">=1",
|
45
45
|
"react": "18.2.0",
|
46
|
-
"react-native": "0.72.
|
46
|
+
"react-native": "0.72.4",
|
47
47
|
"react-native-gesture-handler": ">=2",
|
48
48
|
"react-native-safe-area-context": ">=3",
|
49
49
|
"react-native-svg": ">=12"
|
50
50
|
},
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "5ab3e238dcba59cdd91a63d1f935e91ed60a59a8"
|
52
52
|
}
|