@fto-consult/expo-ui 9.0.0 → 9.0.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/bin/update.js +1 -1
- package/package.json +1 -1
package/bin/update.js
CHANGED
@@ -24,7 +24,7 @@ if(fs.existsSync(mainJSONPath)){
|
|
24
24
|
});
|
25
25
|
const filteredDeps = Object.keys(filterdDObj);
|
26
26
|
if(filteredDeps.length){
|
27
|
-
exec(`npm install @fto-consult/expo-ui
|
27
|
+
exec(`npm install @fto-consult/expo-ui expo`,{projectRoot}).finally(()=>{
|
28
28
|
exec(`npx expo install ${filteredDeps.join(" ")}`,{projectRoot}).finally((i)=>{
|
29
29
|
(new Promise((resolve)=>{
|
30
30
|
devDependencies.length ? exec(`npm uninstall ${devDependencies.join(" ")}`,{projectRoot}).finally(()=>{
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fto-consult/expo-ui",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.1",
|
4
4
|
"description": "Bibliothèque de composants UI Expo,react-native",
|
5
5
|
"react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
|
6
6
|
"scripts": {
|