@os-design-mobile/menu 1.0.80 → 1.0.81

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-design-mobile/menu",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
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.53",
32
- "@os-design-mobile/icons": "^1.0.51",
33
- "@os-design-mobile/modal": "^1.0.84",
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"
31
+ "@os-design-mobile/button": "^1.0.54",
32
+ "@os-design-mobile/icons": "^1.0.52",
33
+ "@os-design-mobile/modal": "^1.0.85",
34
+ "@os-design-mobile/theming": "^1.0.38",
35
+ "@os-design/menu-utils": "^1.0.19",
36
+ "@os-design/use-forwarded-state": "^1.0.19"
37
37
  },
38
38
  "devDependencies": {
39
- "@os-design-mobile/text": "^1.0.49"
39
+ "@os-design-mobile/text": "^1.0.50"
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.71.7",
46
+ "react-native": "0.72.0",
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": "4a602ca62ccb0c3c43c64229d4c703d6e81fc1c2"
51
+ "gitHead": "8a1a2220b308ab8d90d2aa8323680779698c0d8b"
52
52
  }