@os-design-mobile/menu 1.0.31 → 1.0.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.31",
3
+ "version": "1.0.32",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/os-design-mobile.git",
6
6
  "main": "dist/index.js",
@@ -19,24 +19,24 @@
19
19
  "access": "public"
20
20
  },
21
21
  "dependencies": {
22
- "@os-design-mobile/button": "^1.0.24",
23
- "@os-design-mobile/icons": "^1.0.23",
24
- "@os-design-mobile/modal": "^1.0.35",
25
- "@os-design-mobile/theming": "^1.0.17",
22
+ "@os-design-mobile/button": "^1.0.25",
23
+ "@os-design-mobile/icons": "^1.0.24",
24
+ "@os-design-mobile/modal": "^1.0.36",
25
+ "@os-design-mobile/theming": "^1.0.18",
26
26
  "@os-design/menu-utils": "^1.0.3",
27
27
  "@os-design/use-forwarded-state": "^1.0.4"
28
28
  },
29
29
  "devDependencies": {
30
- "@os-design-mobile/text": "^1.0.21"
30
+ "@os-design-mobile/text": "^1.0.22"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@emotion/native": ">=11",
34
34
  "@emotion/react": ">=11",
35
35
  "@react-native-async-storage/async-storage": ">=1",
36
36
  "react": "17.0.2",
37
- "react-native": "0.66.3",
37
+ "react-native": "0.66.4",
38
38
  "react-native-safe-area-context": ">=3",
39
39
  "react-native-svg": ">=12"
40
40
  },
41
- "gitHead": "c8451cdf567a756c4ec4fb6a5a1db60b015dfa21"
41
+ "gitHead": "0cd840af4b24c5e6f4dc3d7dde520a457817f118"
42
42
  }