Skip to content

Commit

Permalink
Fix dep install
Browse files Browse the repository at this point in the history
  • Loading branch information
martinezguillaume committed Apr 25, 2024
1 parent 9f727e5 commit 413faa2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
"plugins": [
"expo-router",
"expo-font"
"expo-font",
"expo-localization"
],
"experiments": {
"typedRoutes": true,
Expand Down
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"test": "tsc && bun run lint",
"lint": "eslint . --ext .ts,.tsx --max-warnings 0",
"predeploy": "expo export -p web",
"deploy": "gh-pages -t -d dist",
"postinstall": "patch-package"
"deploy": "gh-pages -t -d dist"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/native": "^6.1.9",
"ajv": "^8.12.0",
"dayjs": "^1.10.8",
"expo": "~50.0.7",
"expo": "~50.0.17",
"expo-asset": "~9.0.2",
"expo-blur": "~12.9.2",
"expo-font": "~11.10.3",
"expo-linking": "~6.2.2",
"expo-localization": "~14.8.3",
"expo-router": "~3.4.7",
"expo-localization": "~14.8.4",
"expo-router": "~3.4.9",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"expo-system-ui": "~2.9.4",
"i18n-js": "^4.3.0",
"nativewind": "^4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native": "0.73.6",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-import": "npm:eslint-plugin-i@latest",
"gh-pages": "^3.2.3",
"jest": "^29.2.1",
"jest-expo": "~50.0.2",
"jest-expo": "~50.0.4",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.4.1",
Expand Down

0 comments on commit 413faa2

Please sign in to comment.