Skip to content

Commit

Permalink
added support for leaflet 1.7 (#29)
Browse files Browse the repository at this point in the history
fixes #27
  • Loading branch information
zdila authored May 10, 2024
1 parent 6ebcc95 commit 41deeb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
},
"peerDependencies": {
"@maptiler/sdk": "^1",
"leaflet": "^1.9 || ^1.8",
"leaflet": "^1.9 || ^1.8 || ^1.7",
"maplibre-gl": "^2 || ^3 || ^4",
"ol": "^7.5.2",
"react": "^17 || ^18",
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default defineConfig({
globals: {
"@maptiler/sdk": "maptilersdk",
"maplibre-gl": "maplibregl",
leaflet: "leaflet",
react: "React",
"react-dom": "ReactDOM",
},
Expand Down

0 comments on commit 41deeb2

Please sign in to comment.