Skip to content

Commit

Permalink
chore: remove unused dependencies from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Oct 22, 2024
1 parent 7c7841b commit 4dec2e1
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 403 deletions.
20 changes: 7 additions & 13 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,31 @@
"@mapbox/geo-viewport": "^0.5.0",
"@maplibre/maplibre-react-native": "workspace:*",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/native": "^6.1.8",
"@react-navigation/stack": "^6.3.25",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@turf/along": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/nearest-point-on-line": "6.5.0",
"@types/geojson": "7946.0.14",
"@turf/nearest-point-on-line": "^6.5.0",
"debounce": "^2.0.0",
"fbjs": "^3.0.5",
"moment": "^2.30.1",
"react": "18.2.0",
"react-native": "0.74.6",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-vector-icons": "10.0.0"
"react-native-gesture-handler": "^2.20.0",
"react-native-safe-area-context": "^4.11.1",
"react-native-screens": "^3.34.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "^7.23.1",
"@react-native/metro-config": "^0.75.2",
"@types/geojson": "7946.0.14",
"@types/react": "^18.2.61",
"@types/react-native": "^0.72.2",
"babel-plugin-module-resolver": "^4.1.0",
"detox": "^20.17.0",
"glob-to-regexp": "^0.4.0",
Expand Down
10 changes: 3 additions & 7 deletions packages/expo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@
"@react-native-masked-view/masked-view": "*",
"@react-navigation/native": "*",
"@react-navigation/stack": "*",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@turf/along": "*",
"@turf/bbox-polygon": "*",
"@turf/distance": "*",
"@turf/helpers": "*",
"@turf/length": "*",
"@turf/nearest-point-on-line": "*",
"@types/geojson": "*",
"debounce": "*",
"expo": "~51.0.28",
"expo-dev-client": "^4.0.26",
Expand All @@ -35,12 +32,11 @@
"react-native": "*",
"react-native-gesture-handler": "*",
"react-native-safe-area-context": "*",
"react-native-screens": "*",
"react-native-svg": "*",
"react-native-vector-icons": "*"
"react-native-screens": "*"
},
"devDependencies": {
"@babel/core": "^7.20.0"
"@babel/core": "^7.20.0",
"@types/geojson": "*"
},
"private": true
}
9 changes: 2 additions & 7 deletions packages/react-native-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,29 @@
"@react-native-masked-view/masked-view": "*",
"@react-navigation/native": "*",
"@react-navigation/stack": "*",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@turf/along": "*",
"@turf/bbox-polygon": "*",
"@turf/distance": "*",
"@turf/helpers": "*",
"@turf/length": "*",
"@turf/nearest-point-on-line": "*",
"@types/geojson": "*",
"debounce": "*",
"fbjs": "*",
"moment": "*",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "*",
"react-native-safe-area-context": "*",
"react-native-screens": "*",
"react-native-svg": "*",
"react-native-vector-icons": "*"
"react-native-screens": "*"
},
"devDependencies": {
"@babel/core": "*",
"@babel/plugin-transform-private-methods": "*",
"@babel/preset-typescript": "*",
"@babel/runtime": "*",
"@react-native/metro-config": "*",
"@types/geojson": "*",
"@types/react": "*",
"@types/react-native": "*",
"babel-plugin-module-resolver": "*",
"detox": "*",
"glob-to-regexp": "*",
Expand Down
Loading

0 comments on commit 4dec2e1

Please sign in to comment.