@os-design-mobile/menu 1.0.104 → 1.0.106
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.106",
|
4
4
|
"license": "UNLICENSED",
|
5
5
|
"repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
|
6
6
|
"main": "./dist/index.js",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"scripts": {
|
21
21
|
"clean": "rimraf dist",
|
22
22
|
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist --source-maps",
|
23
|
-
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist",
|
23
|
+
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declaration --declarationDir dist",
|
24
24
|
"build": "yarn clean && npm-run-all 'build:*'",
|
25
25
|
"ncu": "ncu -u '/^(?!(react|react-native)$).*$/'"
|
26
26
|
},
|
@@ -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.
|
34
|
-
"@os-design-mobile/theming": "^1.0.
|
31
|
+
"@os-design-mobile/button": "^1.0.74",
|
32
|
+
"@os-design-mobile/icons": "^1.0.70",
|
33
|
+
"@os-design-mobile/modal": "^1.0.110",
|
34
|
+
"@os-design-mobile/theming": "^1.0.51",
|
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.68"
|
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": "5f3bf626e062885d3b00e640592b7b5308a34a7b"
|
52
52
|
}
|