@fto-consult/expo-ui 8.35.1 → 8.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,14 +11,14 @@
11
11
  "@react-navigation/native-stack": "^6.9.22",
12
12
  "@react-navigation/stack": "^6.3.25",
13
13
  "@shopify/flash-list": "1.6.3",
14
- "expo": "^50.0.8",
15
- "expo-camera": "~14.0.5",
14
+ "expo": "^50.0.11",
15
+ "expo-camera": "~14.0.6",
16
16
  "expo-clipboard": "~5.0.1",
17
17
  "expo-font": "~11.10.3",
18
18
  "expo-image-picker": "~14.7.1",
19
19
  "expo-linking": "~6.2.2",
20
20
  "expo-sharing": "~11.10.0",
21
- "expo-sqlite": "~13.2.2",
21
+ "expo-sqlite": "~13.3.0",
22
22
  "expo-status-bar": "~1.11.1",
23
23
  "expo-system-ui": "~2.9.3",
24
24
  "expo-web-browser": "~12.8.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "8.35.1",
3
+ "version": "8.37.0",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",
@@ -68,7 +68,7 @@
68
68
  "dependencies": {
69
69
  "@emotion/react": "^11.11.1",
70
70
  "@faker-js/faker": "^8.0.2",
71
- "@fto-consult/common": "^4.33.7",
71
+ "@fto-consult/common": "^4.34.0",
72
72
  "@fto-consult/node-utils": "^1.7.1",
73
73
  "apexcharts": "^3.46.0",
74
74
  "crypto-browserify": "^3.12.0",
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
- "version": "8.35.0",
3
+ "version": "8.36.0",
4
4
  "url": "https://github.com/borispipo/expo-ui#readme",
5
5
  "license": "ISC"
6
6
  },
@@ -20,7 +20,7 @@ module.exports = {
20
20
  "license": "MIT"
21
21
  },
22
22
  "@expo/metro-config": {
23
- "version": "0.17.5",
23
+ "version": "0.17.6",
24
24
  "url": "https://github.com/expo/expo.git",
25
25
  "license": "MIT"
26
26
  },
@@ -39,16 +39,6 @@ module.exports = {
39
39
  "url": "https://github.com/pchmn/expo-material3-theme#readme",
40
40
  "license": "MIT"
41
41
  },
42
- "@react-native-async-storage/async-storage": {
43
- "version": "1.21.0",
44
- "url": "https://github.com/react-native-async-storage/async-storage#readme",
45
- "license": "MIT"
46
- },
47
- "@react-native-community/datetimepicker": {
48
- "version": "7.6.1",
49
- "url": "https://github.com/react-native-community/datetimepicker#readme",
50
- "license": "MIT"
51
- },
52
42
  "@react-native-community/netinfo": {
53
43
  "version": "11.1.0",
54
44
  "url": "https://github.com/react-native-netinfo/react-native-netinfo#readme",
@@ -90,12 +80,12 @@ module.exports = {
90
80
  "license": "MIT"
91
81
  },
92
82
  "expo": {
93
- "version": "50.0.8",
83
+ "version": "50.0.11",
94
84
  "url": "https://github.com/expo/expo/tree/main/packages/expo",
95
85
  "license": "MIT"
96
86
  },
97
87
  "expo-camera": {
98
- "version": "14.0.5",
88
+ "version": "14.0.6",
99
89
  "url": "https://docs.expo.dev/versions/latest/sdk/camera/",
100
90
  "license": "MIT"
101
91
  },
@@ -125,7 +115,7 @@ module.exports = {
125
115
  "license": "MIT"
126
116
  },
127
117
  "expo-sqlite": {
128
- "version": "13.2.2",
118
+ "version": "13.3.0",
129
119
  "url": "https://docs.expo.dev/versions/latest/sdk/sqlite/",
130
120
  "license": "MIT"
131
121
  },
@@ -184,6 +174,11 @@ module.exports = {
184
174
  "url": "https://github.com/react-native-community/react-native-svg",
185
175
  "license": "MIT"
186
176
  },
177
+ "react-native-view-shot": {
178
+ "version": "3.8.0",
179
+ "url": "https://github.com/gre/react-native-view-shot",
180
+ "license": "MIT"
181
+ },
187
182
  "react-native-webview": {
188
183
  "version": "13.6.4",
189
184
  "url": "https://github.com/react-native-webview/react-native-webview#readme",