diff --git a/babel.config.js b/babel.config.js index b0bcb91..641b6a3 100644 --- a/babel.config.js +++ b/babel.config.js @@ -13,7 +13,6 @@ module.exports = (api) => { }, }, ], - require.resolve('expo-router/babel'), ], }; }; diff --git a/package.json b/package.json index 270096f..14412c7 100644 --- a/package.json +++ b/package.json @@ -24,15 +24,16 @@ "prepare": "husky install" }, "dependencies": { - "expo": "^49.0.5", + "expo": "^51.0.18", "expo-constants": "~14.4.2", "expo-linking": "~5.0.2", - "expo-router": "2.0.0", - "expo-splash-screen": "~0.20.4", + "expo-router": "^3.5.17", + "expo-splash-screen": "^0.27.5", "expo-status-bar": "~1.6.0", "nativewind": "^2.0.11", "react": "18.2.0", - "react-native": "0.72.3", + "react-dom": "18.2.0", + "react-native": "0.74.3", "react-native-gesture-handler": "~2.9.0", "react-native-safe-area-context": "4.6.3", "react-native-screens": "~3.22.1", @@ -40,7 +41,7 @@ }, "devDependencies": { "@babel/core": "^7.22.9", - "@config-plugins/detox": "^6.0.0", + "@config-plugins/detox": "^8.0.0", "@testing-library/jest-native": "^5.4.2", "@testing-library/react-native": "^12.1.3", "@types/detox": "^18.1.0", @@ -49,8 +50,9 @@ "@types/react-native": "^0.72.2", "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", + "babel-plugin-module-resolver": "^5.0.2", "detox": "^20.11.1", - "eas-cli": "^3.17.1", + "eas-cli": "^10.1.1", "eslint": "^8.46.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.1.0", @@ -63,7 +65,7 @@ "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-simple-import-sort": "^10.0.0", - "eslint-plugin-tailwindcss": "^3.13.0", + "eslint-plugin-tailwindcss": "3.13.0", "eslint-plugin-testing-library": "^5.11.0", "eslint-plugin-unused-imports": "^3.0.0", "husky": "^8.0.3", @@ -75,5 +77,8 @@ "rimraf": "^5.0.1", "tailwindcss": "3.3.2", "typescript": "^5.1.6" + }, + "overrides": { + "react-test-renderer": "18.2.0" } }