Skip to content

Commit

Permalink
upgrade to 51 first
Browse files Browse the repository at this point in the history
  • Loading branch information
pinocchio-life-like committed Jan 6, 2025
1 parent c1ea72b commit fc16bc4
Show file tree
Hide file tree
Showing 10 changed files with 1,434 additions and 789 deletions.
7 changes: 1 addition & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"slug": "packrat-world",
"version": "0.0.1",
"description": "PackRat is the ultimate adventure planner designed for those who love to explore the great outdoors. Our app helps users plan and organize their trips with ease, whether it's a weekend camping trip, a day hike, or a cross-country road trip.",
"sdkVersion": "50.0.0",
"platforms": [
"ios",
"android",
"web"
]
"platforms": ["ios", "android", "web"]
}
}
8 changes: 3 additions & 5 deletions apps/expo/app.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"backgroundColor": "#ffffff",
"scheme": "myapp"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.andrewbierman.packrat"
Expand Down Expand Up @@ -54,7 +52,7 @@
"buildToolsVersion": "34.0.0"
},
"ios": {
"deploymentTarget": "13.4"
"deploymentTarget": "15.1"
}
}
]
Expand All @@ -66,4 +64,4 @@
},
"owner": "andrewbierman"
}
}
}
2 changes: 1 addition & 1 deletion apps/expo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"buildToolsVersion": "34.0.0"
},
"ios": {
"deploymentTarget": "13.4",
"deploymentTarget": "15.1",
"buildNumber": "3",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
Expand Down
Binary file modified apps/expo/assets/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 39 additions & 39 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"@babel/runtime": "^7.21.0",
"@bugsnag/expo": "^50.0.0",
"@expo/match-media": "^0.4.0",
"@expo/metro-runtime": "~3.1.3",
"@expo/metro-runtime": "~3.2.3",
"@expo/vector-icons": "^14.0.0",
"@expo/webpack-config": "^19.0.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.3.4",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/geolocation": "^3.0.6",
"@react-native-community/netinfo": "11.1.0",
"@react-native-community/netinfo": "11.3.1",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-native-menu/menu": "^0.9.1",
"@react-navigation/bottom-tabs": "^6.5.11",
Expand Down Expand Up @@ -84,34 +84,34 @@
"dotenv": "^16.0.3",
"env": "^0.0.2",
"eslint-plugin-react-native": "^4.0.0",
"expo": "^50.0.14",
"expo-application": "~5.8.4",
"expo-auth-session": "~5.4.0",
"expo-blur": "~12.9.2",
"expo-build-properties": "~0.11.1",
"expo-checkbox": "~2.7.0",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo-dev-client": "~3.3.11",
"expo-device": "~5.9.4",
"expo-document-picker": "~11.10.1",
"expo-file-system": "~16.0.9",
"expo-font": "~11.10.3",
"expo-haptics": "~12.8.1",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-local-authentication": "~13.8.0",
"expo-location": "~16.5.5",
"expo-random": "~13.6.0",
"expo-router": "~3.4.10",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo": "~51.0.39",
"expo-application": "~5.9.1",
"expo-auth-session": "~5.5.2",
"expo-blur": "~13.0.2",
"expo-build-properties": "~0.12.5",
"expo-checkbox": "~3.0.0",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.29",
"expo-device": "~6.0.2",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.10",
"expo-haptics": "~13.0.1",
"expo-image-picker": "~15.0.7",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-local-authentication": "~14.0.1",
"expo-location": "~17.0.1",
"expo-random": "~14.0.1",
"expo-router": "~3.5.24",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "~0.27.7",
"expo-standard-web-crypto": "^1.7.0",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"expo-web-browser": "~12.8.2",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"file-saver": "^2.0.5",
"firebase": "^9.19.1",
"fuse.js": "^6.6.2",
Expand All @@ -123,27 +123,27 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-native": "0.73.6",
"react-native": "0.74.5",
"react-native-dotenv": "^3.4.8",
"react-native-elements": "^3.4.3",
"react-native-fast-image": "^8.6.3",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.14.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-ios-context-menu": "^2.4.1",
"react-native-ios-utilities": "^4.5.2",
"react-native-paper": "^5.10.6",
"react-native-paper-dates": "^0.18.12",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-select-dropdown": "^3.3.4",
"react-native-svg": "14.1.0",
"react-native-svg": "15.2.0",
"react-native-table-component": "https://github.com/slice312/react-native-table-component.git",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "^0.19.10",
"react-native-webview": "13.6.4",
"react-native-webview": "13.8.6",
"react-redux": "^9.0.4",
"react-responsive": "^9.0.2",
"redux-persist": "^6.0.0",
Expand All @@ -168,7 +168,7 @@
"@types/react-test-renderer": "^18.0.0",
"@types/server": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"babel-preset-expo": "^10.0.1",
"babel-preset-expo": "~11.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^38.0.0",
Expand All @@ -178,7 +178,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.5",
"typescript": "^5.5.3"
"typescript": "~5.3.3"
},
"overrides": {
"metro": "0.73.7",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,19 @@
"@babel/runtime": "^7.21.0",
"@manypkg/cli": "^0.21.0",
"@prisma/extension-accelerate": "^0.6.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-async-storage/async-storage": "1.23.1",
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"expo": "~51.0.39",
"husky": "^8.0.0",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"typescript": "^5.5.3"
"typescript": "~5.3.3"
},
"lint-staged": {
"server/**/*.{js,ts}": [
Expand Down
57 changes: 28 additions & 29 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@packrat/crosspath": "*",
"@packrat/ui": "*",
"@packrat/validations": "*",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/geolocation": "^3.0.6",
"@react-native-community/netinfo": "11.1.0",
"@react-native-community/netinfo": "11.3.1",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.6",
Expand Down Expand Up @@ -76,26 +76,26 @@
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"eslint-plugin-react-native": "^4.0.0",
"expo": "^50.0.14",
"expo-application": "~5.8.4",
"expo-auth-session": "~5.4.0",
"expo-checkbox": "~2.7.0",
"expo-constants": "~15.4.6",
"expo-crypto": "~12.8.1",
"expo": "~51.0.39",
"expo-application": "~5.9.1",
"expo-auth-session": "~5.5.2",
"expo-checkbox": "~3.0.0",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-document-picker": "^12.0.2",
"expo-file-system": "~16.0.9",
"expo-font": "~11.10.3",
"expo-image-picker": "~14.7.1",
"expo-linking": "~6.2.2",
"expo-location": "~16.5.5",
"expo-random": "~13.6.0",
"expo-router": "~3.4.10",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.10",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
"expo-location": "~17.0.1",
"expo-random": "~14.0.1",
"expo-router": "~3.5.24",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "~0.27.7",
"expo-standard-web-crypto": "^1.7.0",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"expo-web-browser": "~12.8.2",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"file-saver": "^2.0.5",
"firebase": "^9.19.1",
"fuse.js": "^6.6.2",
Expand All @@ -115,24 +115,24 @@
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.0",
"react-map-gl": "^7.1.7",
"react-native": "0.73.6",
"react-native": "0.74.5",
"react-native-action-button": "^2.8.5",
"react-native-dotenv": "^3.4.8",
"react-native-elements": "^3.4.3",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.14.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-paper": "^5.10.6",
"react-native-paper-dates": "^0.18.12",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-select-dropdown": "^3.3.4",
"react-native-svg": "14.1.0",
"react-native-svg": "15.2.0",
"react-native-table-component": "https://github.com/slice312/react-native-table-component.git",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "^0.19.10",
"react-native-webview": "13.6.4",
"react-native-webview": "13.8.6",
"react-redux": "^9.0.4",
"react-responsive": "^9.0.2",
"redux-persist": "^6.0.0",
Expand All @@ -155,7 +155,6 @@
"@types/node": "^20.14.2",
"@types/papaparse": "^5",
"@types/react": "~18.2.55",
"@types/react-native": "^0.72.5",
"@types/react-test-renderer": "^18.0.0",
"@types/server": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -168,7 +167,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.5",
"typescript": "^5.5.3"
"typescript": "~5.3.3"
},
"overrides": {
"metro": "0.73.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@rehookify/datepicker": "^6.6.1",
"@shopify/flash-list": "^1.6.1",
"@shopify/flash-list": "1.6.4",
"@tamagui-extras/core": "^1.12.2",
"@tamagui-extras/form": "^1.17.2",
"@tamagui/animations-react-native": "1.96.0",
Expand All @@ -46,7 +46,7 @@
"awesome-phonenumber": "^6.4.0",
"esbuild": "^0.19.5",
"expo-document-picker": "^12.0.2",
"expo-image-picker": "~14.7.1",
"expo-image-picker": "~15.0.7",
"foxact": "^0.2.33",
"jotai": "^2.6.4",
"moment-range": "^4.0.2",
Expand All @@ -55,9 +55,9 @@
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.0",
"react-native": "0.73.6",
"react-native": "0.74.5",
"react-native-calendars": "^1.1305.0",
"react-native-svg": "14.1.0",
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.10",
"swr": "^2.2.5",
"tamagui": "1.96.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsx": "^4.7.0",
"typescript": "^5.5.3",
"typescript": "~5.3.3",
"vitest": "1.3.0",
"wrangler": "^3.75.0"
},
Expand Down
Loading

0 comments on commit fc16bc4

Please sign in to comment.