Skip to content

Commit

Permalink
chore: update ol
Browse files Browse the repository at this point in the history
BREAKING CHANGE: required peer dependency for ol is >= 10
  • Loading branch information
dnlkoch committed Sep 20, 2024
1 parent b64569b commit 4c54d11
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 45 deletions.
79 changes: 36 additions & 43 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 @@
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ol": "^9.2.4",
"ol": "^10.1.0",
"openapi-types": "^12.1.3",
"semantic-release": "^24.1.1",
"typedoc": "^0.26.7",
Expand All @@ -70,7 +70,7 @@
},
"peerDependencies": {
"@terrestris/ol-util": ">=17",
"ol": ">=9"
"ol": ">=10"
},
"engines": {
"node": ">=20",
Expand Down

0 comments on commit 4c54d11

Please sign in to comment.