Skip to content

Commit

Permalink
chore(react-geo): use caret operator for amplify maplibre dep (#6244)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman authored Dec 10, 2024
1 parent 33897d5 commit 8a3c802
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/long-parrots-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aws-amplify/ui-react-geo": patch
---

chore(react-geo): use caret operator for amplify maplibre dep
2 changes: 1 addition & 1 deletion packages/react-geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@aws-amplify/ui-react-core": "3.1.1",
"mapbox-gl": "1.13.1",
"maplibre-gl": "2.1.9",
"maplibre-gl-js-amplify": "4.0.2",
"maplibre-gl-js-amplify": "^4.0.2",
"react-map-gl": "7.0.23",
"tslib": "^2.5.2"
},
Expand Down

0 comments on commit 8a3c802

Please sign in to comment.