Skip to content

Commit

Permalink
feat: upgraded expo version
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanyilmaz committed May 7, 2024
1 parent 87050a8 commit 6196a99
Show file tree
Hide file tree
Showing 2 changed files with 478 additions and 1,015 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"class-variance-authority": "^0.7.0",
"expo": "^50.0.0",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.8",
"expo": "51.0.0",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.9",
"lucide-react-native": "^0.308.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"mobx-state-tree": "^5.4.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-reanimated": "~3.6.0",
"react-native": "0.74.1",
"react-native-reanimated": "3.10.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-webview": "13.6.4",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0-rc.0",
"react-native-webview": "13.8.6",
"wretch": "^2.8.0"
},
"devDependencies": {
Expand All @@ -58,10 +58,10 @@
"eslint-plugin-testing-library": "^6.2.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-expo": "^50.0.4",
"jest-expo": "~51.0.1",
"prettier": "^3.1.1",
"tailwindcss": "3.3.2",
"typescript": "*"
"typescript": "~5.3.3"
},
"jest": {
"preset": "jest-expo"
Expand Down
Loading

0 comments on commit 6196a99

Please sign in to comment.