From 5c5227d0ed7ad8c3d06237f0959269bcb92d95df Mon Sep 17 00:00:00 2001 From: Maria Le Date: Sun, 4 Dec 2022 17:36:18 -0600 Subject: [PATCH] upgrade to expo45 --- babel.config.js | 2 +- package.json | 47 ++++++++++++++++++++++++----------------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/babel.config.js b/babel.config.js index db538eb..9ff4002 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,6 +2,6 @@ module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], - plugins: ['react-native-reanimated/plugin'], + plugins: ['react-native-reanimated/plugin', '@babel/plugin-proposal-unicode-property-regex'], }; }; diff --git a/package.json b/package.json index eb67ee8..b2b292a 100644 --- a/package.json +++ b/package.json @@ -12,24 +12,24 @@ "preset": "jest-expo" }, "dependencies": { - "@expo/vector-icons": "^12.0.0", + "@expo/vector-icons": "^13.0.0", "@mailchimp/mailchimp_marketing": "^3.0.69", - "@react-native-async-storage/async-storage": "~1.15.0", + "@react-native-async-storage/async-storage": "~1.17.3", "@react-navigation/bottom-tabs": "^6.0.5", "@react-navigation/native": "^6.0.2", "@react-navigation/native-stack": "^6.1.0", "dotenv": "^10.0.0", - "expo": "^44.0.0", - "expo-asset": "~8.4.6", - "expo-barcode-scanner": "~11.2.0", + "expo": "^45.0.0", + "expo-asset": "~8.5.0", + "expo-barcode-scanner": "~11.3.0", "expo-cli": "^6.0.8", - "expo-constants": "~13.0.1", - "expo-device": "~4.1.0", - "expo-font": "~10.0.4", - "expo-linking": "~3.0.0", - "expo-splash-screen": "~0.14.1", - "expo-status-bar": "~1.2.0", - "expo-web-browser": "~10.1.0", + "expo-constants": "~13.1.1", + "expo-device": "~4.2.0", + "expo-font": "~10.1.0", + "expo-linking": "~3.1.0", + "expo-splash-screen": "~0.15.1", + "expo-status-bar": "~1.3.0", + "expo-web-browser": "~10.2.1", "firebase": "9.4.1", "firebase-functions": "^3.15.7", "firebase-tools": "^9.20.0", @@ -37,25 +37,26 @@ "jest": "^26.6.3", "moment": "^2.29.1", "path-to-regexp": "^6.2.0", - "react": "17.0.1", - "react-dom": "17.0.1", - "react-native": "0.64.3", + "react": "17.0.2", + "react-dom": "17.0.2", + "react-native": "0.68.2", "react-native-big-list": "^1.4.3", "react-native-elements": "^3.4.2", - "react-native-gesture-handler": "~2.1.0", + "react-native-gesture-handler": "~2.2.1", "react-native-image-zoom-viewer": "^3.0.1", "react-native-phone-call": "^1.0.9", - "react-native-reanimated": "~2.3.1", - "react-native-safe-area-context": "3.3.2", - "react-native-screens": "~3.10.1", - "react-native-svg": "12.1.1", - "react-native-web": "0.17.1" + "react-native-reanimated": "~2.8.0", + "react-native-safe-area-context": "4.2.4", + "react-native-screens": "~3.11.1", + "react-native-svg": "12.3.0", + "react-native-web": "0.17.7" }, "devDependencies": { "@babel/core": "^7.12.9", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", "@types/react": "~17.0.21", - "@types/react-native": "~0.64.12", - "jest-expo": "^44.0.0", + "@types/react-native": "~0.67.6", + "jest-expo": "^45.0.0", "typescript": "~4.3.5" }, "publishConfig": {