@fto-consult/expo-ui 5.0.1 → 5.0.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -61,15 +61,16 @@
61
61
  "@emotion/native": "^11.10.0",
62
62
  "@expo/html-elements": "^0.2.0",
63
63
  "@expo/vector-icons": "^13.0.0",
64
- "@fto-consult/common": "^2.20.12",
64
+ "@fto-consult/common": "^2.20.13",
65
65
  "@gorhom/portal": "^1.0.14",
66
66
  "@react-native-async-storage/async-storage": "^1.17.11",
67
67
  "@react-native-community/datetimepicker": "^6.7.3",
68
68
  "@react-native-community/netinfo": "^9.3.7",
69
+ "@react-native/assets-registry": "^0.72.0",
69
70
  "@react-navigation/native": "^6.1.1",
70
71
  "@react-navigation/native-stack": "^6.9.7",
71
72
  "@shopify/flash-list": "^1.4.0",
72
- "expo": "^48.0.0",
73
+ "expo": "^48.0.5",
73
74
  "expo-camera": "~13.2.1",
74
75
  "expo-clipboard": "~4.1.1",
75
76
  "expo-font": "~11.1.1",
@@ -107,8 +108,7 @@
107
108
  "tippy.js": "^6.3.7",
108
109
  "use-event-callback": "^0.1.0",
109
110
  "websql": "^2.0.3",
110
- "xlsx": "^0.18.5",
111
- "expo-asset": "~8.9.0"
111
+ "xlsx": "^0.18.5"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
@@ -1,33 +0,0 @@
1
- {
2
- "name": "salite",
3
- "version": "7.0.0",
4
- "description": "Logiciel de gestion commerciale pour PME",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "test",
8
- "start": "npx expo start",
9
- "build": "npx expo build"
10
- },
11
- "keywords": [
12
- "SALITE",
13
- "gestion",
14
- "commerciale",
15
- "ventes",
16
- "achats",
17
- "stocks"
18
- ],
19
- "author": "@fto-consulting",
20
- "license": "ISC",
21
- "devDependencies": {
22
- "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
23
- "@babel/preset-react": "^7.18.6",
24
- "@expo/webpack-config": "^18.0.1",
25
- "babel-plugin-inline-dotenv": "^1.7.0",
26
- "babel-plugin-module-resolver": "^5.0.0",
27
- "babel-plugin-transform-inline-environment-variables": "^0.4.4"
28
- },
29
- "dependencies": {
30
- "@fto-consult/expo-ui": "^5.0.0",
31
- "react-native": "0.71.3"
32
- }
33
- }