@os-design-mobile/menu 1.0.77 → 1.0.79
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -10
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.79",
|
4
4
|
"license": "UNLICENSED",
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
|
6
6
|
"main": "dist/index.js",
|
@@ -14,7 +14,8 @@
|
|
14
14
|
"!**/__tests__",
|
15
15
|
"!**/*.stories.tsx",
|
16
16
|
"!**/*.stories.mdx",
|
17
|
-
"!**/*.example.tsx"
|
17
|
+
"!**/*.example.tsx",
|
18
|
+
"!**/*.emotion.d.ts"
|
18
19
|
],
|
19
20
|
"scripts": {
|
20
21
|
"clean": "rimraf dist",
|
@@ -27,15 +28,15 @@
|
|
27
28
|
"access": "public"
|
28
29
|
},
|
29
30
|
"dependencies": {
|
30
|
-
"@os-design-mobile/button": "^1.0.
|
31
|
-
"@os-design-mobile/icons": "^1.0.
|
32
|
-
"@os-design-mobile/modal": "^1.0.
|
33
|
-
"@os-design-mobile/theming": "^1.0.
|
34
|
-
"@os-design/menu-utils": "^1.0.
|
35
|
-
"@os-design/use-forwarded-state": "^1.0.
|
31
|
+
"@os-design-mobile/button": "^1.0.53",
|
32
|
+
"@os-design-mobile/icons": "^1.0.51",
|
33
|
+
"@os-design-mobile/modal": "^1.0.83",
|
34
|
+
"@os-design-mobile/theming": "^1.0.37",
|
35
|
+
"@os-design/menu-utils": "^1.0.17",
|
36
|
+
"@os-design/use-forwarded-state": "^1.0.16"
|
36
37
|
},
|
37
38
|
"devDependencies": {
|
38
|
-
"@os-design-mobile/text": "^1.0.
|
39
|
+
"@os-design-mobile/text": "^1.0.49"
|
39
40
|
},
|
40
41
|
"peerDependencies": {
|
41
42
|
"@emotion/native": ">=11",
|
@@ -47,5 +48,5 @@
|
|
47
48
|
"react-native-safe-area-context": ">=3",
|
48
49
|
"react-native-svg": ">=12"
|
49
50
|
},
|
50
|
-
"gitHead": "
|
51
|
+
"gitHead": "dcb9e5ad55cad115b84db7dea0ef9ccae942e445"
|
51
52
|
}
|