@fto-consult/expo-ui 8.22.1 → 8.23.1
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/babel.config.js
CHANGED
@@ -13,6 +13,9 @@ module.exports = function(api,opts) {
|
|
13
13
|
}
|
14
14
|
/*** par défaut, les variables d'environnements sont stockés dans le fichier .env situé à la racine du projet, référencée par la prop base */
|
15
15
|
const alias = require("./babel.config.alias")(options);
|
16
|
+
if(!isWeb){
|
17
|
+
alias.uuid = path.resolve(__dirname,"src","uuid");
|
18
|
+
}
|
16
19
|
if(typeof options.aliasMutator =="function"){
|
17
20
|
options.aliasMutator({...options,alias});
|
18
21
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.23.1",
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
5
5
|
"scripts": {
|
6
6
|
"clear-npx-cache": "npx clear-npx-cache",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"delete-node-modules": "rimraf ./**/node_modules",
|
47
47
|
"dev": "npx expo start --no-dev --minify -c",
|
48
48
|
"modifier-url-remote-git": "git remote set-url origin 'https://borispipo@github.com/borispipo/smart-eneo.git'",
|
49
|
-
"update": "npm i @fto-consult/common@latest @fto-consult/node-utils@latest react-native-web react-native-blob-util@latest react-native-big-list@latest apexcharts@latest file-saver@latest google-libphonenumber@latest react-native-iphone-x-helper@latest react-native-mime-types@latest react-native-paper@5 react-native-paper-dates@latest react-virtuoso@latest tippy.js@latest xlsx@latest
|
49
|
+
"update": "npm i @fto-consult/common@latest @fto-consult/node-utils@latest react-native-web react-native-blob-util@latest react-native-big-list@latest apexcharts@latest file-saver@latest google-libphonenumber@latest react-native-iphone-x-helper@latest react-native-mime-types@latest react-native-paper@5 react-native-paper-dates@latest react-virtuoso@latest tippy.js@latest xlsx@latest && npm run update-apexchart && npm run find-licenses"
|
50
50
|
},
|
51
51
|
"bin": {
|
52
52
|
"expo-ui": "./bin/index.js"
|
@@ -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.
|
71
|
+
"@fto-consult/common": "^4.23.1",
|
72
72
|
"@fto-consult/node-utils": "^1.4.7",
|
73
73
|
"apexcharts": "^3.45.2",
|
74
74
|
"crypto-browserify": "^3.12.0",
|
@@ -83,11 +83,11 @@
|
|
83
83
|
"react-dom": "^18.2.0",
|
84
84
|
"react-native-big-list": "^1.6.1",
|
85
85
|
"react-native-blob-util": "^0.19.6",
|
86
|
-
"react-native-get-random-values": "^1.10.0",
|
87
86
|
"react-native-iphone-x-helper": "^1.3.1",
|
88
87
|
"react-native-mime-types": "^2.4.0",
|
89
88
|
"react-native-paper": "^5.12.3",
|
90
89
|
"react-native-paper-dates": "^0.21.8",
|
90
|
+
"react-native-uuid": "^2.0.1",
|
91
91
|
"react-native-web": "^0.19.10",
|
92
92
|
"react-virtuoso": "^4.6.3",
|
93
93
|
"readable-stream": "^4.5.2",
|
@@ -116,10 +116,6 @@ module.exports = {
|
|
116
116
|
"url": "https://github.com/RonRadtke/react-native-blob-util",
|
117
117
|
"license": "MIT"
|
118
118
|
},
|
119
|
-
"react-native-get-random-values": {
|
120
|
-
"version": "1.10.0",
|
121
|
-
"license": "MIT"
|
122
|
-
},
|
123
119
|
"react-native-iphone-x-helper": {
|
124
120
|
"version": "1.3.1",
|
125
121
|
"url": "https://github.com/ptelad/react-native-iphone-x-helper#readme",
|