Skip to content

Commit

Permalink
feat: allow react-leaflet@v5 in peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Dec 15, 2024
1 parent 66f31ed commit dbed481
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 58 deletions.
89 changes: 37 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dist/*"
],
"peerDependencies": {
"react-leaflet": "^4.0.0"
"react-leaflet": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
Expand All @@ -53,17 +53,17 @@
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/leaflet": "^1.9.15",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
}
Expand Down

0 comments on commit dbed481

Please sign in to comment.