@os-design-mobile/menu 1.0.89 → 1.0.91

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-design-mobile/menu",
3
- "version": "1.0.89",
3
+ "version": "1.0.91",
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.58",
32
- "@os-design-mobile/icons": "^1.0.56",
33
- "@os-design-mobile/modal": "^1.0.93",
31
+ "@os-design-mobile/button": "^1.0.60",
32
+ "@os-design-mobile/icons": "^1.0.57",
33
+ "@os-design-mobile/modal": "^1.0.95",
34
34
  "@os-design-mobile/theming": "^1.0.41",
35
35
  "@os-design/menu-utils": "^1.0.20",
36
36
  "@os-design/use-forwarded-state": "^1.0.21"
37
37
  },
38
38
  "devDependencies": {
39
- "@os-design-mobile/text": "^1.0.54"
39
+ "@os-design-mobile/text": "^1.0.55"
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.5",
46
+ "react-native": "0.73.1",
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": "6722ce0e05d2cfefa3e21a8bdcbe67c23efe64cb"
51
+ "gitHead": "68fb2ccc3bdd9d3484cf6170eb17ce8463d893de"
52
52
  }