diff --git a/metro.config.js b/metro.config.js index 9aa5b31..3a37f0e 100644 --- a/metro.config.js +++ b/metro.config.js @@ -7,8 +7,7 @@ module.exports = (() => { const config = getDefaultConfig(__dirname); // I need to add mjs - console.log(config.resolver.sourceExts); - config.resolver.sourceExts.push('mjs'); + // config.resolver.sourceExts.push('mjs'); // if (process.env.ELECTRON === 'true') { diff --git a/package.json b/package.json index f02237b..a6ec636 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wcpos/managed-expo", - "version": "1.4.0", + "version": "1.4.1", "main": "index.js", "author": "kilbot ", "homepage": ".", @@ -25,11 +25,6 @@ "eas-build-on-complete": "echo 'Complete'", "postinstall": "patch-package" }, - "resolutions": { - "axios": "0.27.2", - "tslib": "2.4.1", - "uuid": "3.4.0" - }, "dependencies": { "@react-native-community/netinfo": "11.2.1", "@react-navigation/bottom-tabs": "^6.5.11", @@ -39,26 +34,26 @@ "@react-navigation/stack": "6.3.20", "@sentry/react-native": "5.16.0", "@wcpos/core": "*", - "expo": "49.0.22", - "expo-application": "~5.4.0", - "expo-barcode-scanner": "~12.7.0", - "expo-constants": "~14.4.2", - "expo-device": "~5.6.0", - "expo-haptics": "~12.6.0", + "expo": "50.0.2", + "expo-application": "~5.8.3", + "expo-barcode-scanner": "~12.9.2", + "expo-constants": "~15.4.5", + "expo-crypto": "^12.8.0", + "expo-device": "~5.9.3", + "expo-haptics": "~12.8.1", "expo-image": "^1.10.4", - "expo-linking": "5.0.2", + "expo-linking": "6.2.2", "expo-localization": "^14.8.3", - "expo-modules-core": "1.5.12", - "expo-sqlite": "~11.6.0", - "expo-status-bar": "~1.7.1", + "expo-sqlite": "~13.2.1", + "expo-status-bar": "~1.11.1", "expo-system-ui": "2.9.3", - "expo-updates": "~0.18.19", + "expo-updates": "~0.24.8", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.72.9", + "react-native": "0.73.2", "react-native-device-info": "10.12.0", "react-native-gesture-handler": "~2.14.1", - "react-native-get-random-values": "~1.10.0", + "react-native-get-random-values": "~1.8.0", "react-native-reanimated": "3.6.1", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", @@ -67,11 +62,11 @@ "react-native-webview": "13.6.4", "semver": "^7.5.4", "sentry-expo": "~7.1.1", - "uuid": "3.4.0" + "uuid": "9.0.1" }, "devDependencies": { "@babel/core": "^7.23.7", - "@expo/webpack-config": "^19.0.1", + "@expo/metro-runtime": "^3.1.1", "@types/react": "~18.2.48", "@types/react-dom": "~18.2.18", "@wcpos/babel-preset-expo": "*",