Skip to content

Commit

Permalink
upgrade to expo45
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmarsle committed Dec 4, 2022
1 parent f678bce commit 5c5227d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
};
};
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,50 +12,51 @@
"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",
"formik": "^2.2.9",
"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": {
Expand Down

0 comments on commit 5c5227d

Please sign in to comment.