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