Skip to content

Commit

Permalink
feat(package.json): move maplibre-gl to peer dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: maplibre-gl is no longer a direct dependency
  • Loading branch information
miles-grant-ibigroup committed Jan 28, 2025
1 parent 09221f7 commit d1ae0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"private": false,
"dependencies": {
"mapbox-gl": "npm:[email protected]",
"maplibre-gl": "^2.1.9",
"react-map-gl": "^7.0.15",
"@opentripplanner/building-blocks": "workspace:*"
},
"peerDependencies": {
"maplibre-gl": "^2.1.9",
"react": "^18.2.0",
"@opentripplanner/types": "workspace:*",
"styled-components": "^5.3.0"
Expand Down

0 comments on commit d1ae0f7

Please sign in to comment.