Skip to content

Commit

Permalink
feat: align react and react-native versions for development
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian authored and tyrauber committed Oct 21, 2024
1 parent 1fe42c6 commit b92abfe
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 750 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-native": ">=0.59.9"
},
"dependencies": {
"@mapbox/geo-viewport": ">= 0.4.0",
"@mapbox/geo-viewport": ">=0.4.0",
"@turf/along": "6.5.0",
"@turf/distance": "6.5.0",
"@turf/helpers": "6.5.0",
Expand Down Expand Up @@ -93,11 +93,11 @@
"metro-react-native-babel-preset": "^0.76.7",
"node-dir": "0.1.17",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"react": "^18.2.0",
"prettier": "3.3.3",
"react": "18.2.0",
"react-docgen": "rnmapbox/react-docgen#rnmapbox-dist",
"react-native": "0.72.1",
"react-test-renderer": "^18.2.0",
"react-native": "0.74.6",
"react-test-renderer": "18.2.0",
"typescript": "^5.3.3"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"moment": "^2.30.1",
"prop-types": "^15.7.2",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native": "0.74.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
Expand Down
Loading

0 comments on commit b92abfe

Please sign in to comment.