Skip to content

Commit

Permalink
fix: atualiza dependencias expo
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSMonteiro committed Sep 20, 2024
1 parent bda17dd commit c04cd27
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 83 deletions.
7 changes: 2 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"experiments": {
"typeRoutes": true
},
"plugins": [
"expo-router"
],
Expand All @@ -47,7 +44,7 @@
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/7028a81c-adee-41de-91a7-b7e80535a448"
"url": "https://u.expo.dev/7b777975-c65a-4ae3-ab23-93691fd81c12"
}
}
}
}
135 changes: 64 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
},
"dependencies": {
"@expo/metro-config": "^0.18.11",
"@expo/vector-icons": "^14.0.2",
"@expo/vector-icons": "^14.0.3",
"@nozbe/watermelondb": "^0.27.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@shopify/flash-list": "1.6.4",
"@testing-library/jest-native": "^5.4.3",
"axios": "^1.5.1",
"date-fns": "^2.30.0",
"expo": "^51.0.0",
"expo": "~51.0.31",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.23",
"expo-dev-client": "~4.0.26",
"expo-device": "~6.0.2",
"expo-image": "~1.12.13",
"expo-image": "~1.12.15",
"expo-image-picker": "~15.0.7",
"expo-jwt": "^1.6.5",
"expo-linking": "~6.3.1",
"expo-notifications": "~0.28.15",
"expo-notifications": "~0.28.17",
"expo-router": "^3.5.23",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.22",
"expo-updates": "~0.25.24",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"jest-expo": "~51.0.4",
"jest-mock-extended": "^3.0.5",
"jest-sonar": "^0.2.16",
"jest-sonar-reporter": "^2.0.0",
Expand Down

0 comments on commit c04cd27

Please sign in to comment.