Skip to content

Commit

Permalink
update expo
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jan 19, 2024
1 parent 42e6d63 commit 62809e9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
3 changes: 1 addition & 2 deletions metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
37 changes: 16 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wcpos/managed-expo",
"version": "1.4.0",
"version": "1.4.1",
"main": "index.js",
"author": "kilbot <paul@kilbot.com>",
"homepage": ".",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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": "*",
Expand Down

0 comments on commit 62809e9

Please sign in to comment.