Skip to content

Commit

Permalink
Fix peer dependencies for React and React DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
sankichi92 committed Dec 23, 2024
1 parent a266528 commit 7cfd157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-sat-map",
"description": "React components for visualizing real-time satellite locations on a map",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"peerDependencies": {
"maplibre-gl": ">=1.13.0",
"react": ">=18.3.1",
"react-dom": ">=18.3.1",
"react": ">=19.0.0",
"react-dom": ">=19.0.0",
"react-map-gl": ">=7.1.8"
},
"devDependencies": {
Expand Down

0 comments on commit 7cfd157

Please sign in to comment.