Skip to content

Commit

Permalink
move core-utils to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Oct 23, 2023
1 parent ce4e07a commit 2a98a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/building-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"mapbox-gl": "npm:[email protected]",
"maplibre-gl": "^2.1.9",
"react-map-gl": "^7.0.15"
"react-map-gl": "^7.0.15",
"@opentripplanner/core-utils": "9.0.3"
},
"peerDependencies": {
"@opentripplanner/types": "^6.1.0",
"@opentripplanner/core-utils": "9.0.3",
"react": "^16.14.0",
"styled-components": "^5.3.0"
},
Expand Down

0 comments on commit 2a98a36

Please sign in to comment.