Skip to content

Commit

Permalink
chore: allow broader version range as peer dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE: set peer dependency for OpenLayers to ^7
  • Loading branch information
ahennr committed Aug 25, 2023
1 parent 44780e8 commit ce0c20a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -87,7 +87,7 @@
"jest-environment-jsdom": "^29.3.1",
"node-pre-gyp": "^0.17.0",
"np": "^8.0.1",
"ol": "^7.2.2",
"ol": "7.4.0",
"rimraf": "^5.0.0",
"semantic-release": "^21.0.0",
"shp-write": "^0.3.2",
Expand All @@ -96,6 +96,6 @@
"whatwg-fetch": "^3.6.2"
},
"peerDependencies": {
"ol": "^7.1"
"ol": "^7"
}
}

0 comments on commit ce0c20a

Please sign in to comment.