Skip to content

Commit

Permalink
Merge pull request #286 from d-koppenhagen/ol-10
Browse files Browse the repository at this point in the history
feat: OpenLayers 10 support
  • Loading branch information
jonataswalker authored Aug 7, 2024
2 parents 7890648 + 3e9a306 commit 8404e7e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist
.npm
.eslintcache
coverage
.idea
66 changes: 32 additions & 34 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ol": "^9.0.0",
"ol": "^10.0.0",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"rimraf": "^5.0.5",
Expand All @@ -72,7 +72,7 @@
"vite-plugin-dts": "^3.7.3"
},
"peerDependencies": {
"ol": "> 7.x <= 9.x"
"ol": "> 7.x <= 10.x"
},
"dependencies": {
"tiny-emitter": "^2.1.0"
Expand Down

0 comments on commit 8404e7e

Please sign in to comment.