Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
pinocchio-life-like committed Dec 23, 2024
1 parent fa0c56b commit 2dc10ff
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
8 changes: 2 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"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"
]
"sdkVersion": "52.0.0",
"platforms": ["ios", "android", "web"]
}
}
7 changes: 5 additions & 2 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"mapbox-gl": "1.13.3",
"metro": "^0.81.0",
"metro-config": "^0.81.0",
"metro-resolver": "^0.81.0",
"native-base": "^3.4.28",
"normalize-css-color": "^1.0.2",
"osmtogeojson": "^3.0.0-beta.5",
Expand Down Expand Up @@ -182,8 +185,8 @@
"typescript": "~5.3.3"
},
"overrides": {
"metro": "0.73.7",
"metro-resolver": "0.73.7"
"metro": "0.81.0",
"metro-resolver": "0.81.0"
},
"private": true,
"browserslist": {
Expand Down
5 changes: 4 additions & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
"lodash": "^4.17.21",
"lucide-react-native": "^0.400.0",
"mapbox-gl": "^3.6.0",
"metro": "^0.81.0",
"metro-config": "^0.81.0",
"metro-resolver": "^0.81.0",
"moti": "^0.27.2",
"native-base": "^3.4.28",
"normalize-css-color": "^1.0.2",
Expand All @@ -131,7 +134,7 @@
"react-native-svg": "15.8.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-web": "~0.19.13",
"react-native-webview": "13.12.5",
"react-redux": "^9.0.4",
"react-responsive": "^9.0.2",
Expand Down
10 changes: 8 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15394,6 +15394,9 @@ __metadata:
lodash: "npm:^4.17.21"
lucide-react-native: "npm:^0.400.0"
mapbox-gl: "npm:^3.6.0"
metro: "npm:^0.81.0"
metro-config: "npm:^0.81.0"
metro-resolver: "npm:^0.81.0"
moti: "npm:^0.27.2"
native-base: "npm:^3.4.28"
normalize-css-color: "npm:^1.0.2"
Expand Down Expand Up @@ -15421,7 +15424,7 @@ __metadata:
react-native-svg: "npm:15.8.0"
react-native-table-component: "https://github.com/slice312/react-native-table-component.git"
react-native-vector-icons: "npm:^10.0.3"
react-native-web: "npm:^0.19.10"
react-native-web: "npm:~0.19.13"
react-native-webview: "npm:13.12.5"
react-redux: "npm:^9.0.4"
react-responsive: "npm:^9.0.2"
Expand Down Expand Up @@ -22697,6 +22700,9 @@ __metadata:
fuse.js: "npm:^6.6.2"
lodash: "npm:^4.17.21"
mapbox-gl: "npm:1.13.3"
metro: "npm:^0.81.0"
metro-config: "npm:^0.81.0"
metro-resolver: "npm:^0.81.0"
native-base: "npm:^3.4.28"
normalize-css-color: "npm:^1.0.2"
osmtogeojson: "npm:^3.0.0-beta.5"
Expand Down Expand Up @@ -29624,7 +29630,7 @@ __metadata:
languageName: node
linkType: hard

"metro-resolver@npm:0.81.0":
"metro-resolver@npm:0.81.0, metro-resolver@npm:^0.81.0":
version: 0.81.0
resolution: "metro-resolver@npm:0.81.0"
dependencies:
Expand Down

0 comments on commit 2dc10ff

Please sign in to comment.