Skip to content

Commit

Permalink
chore: upgrade to ol7
Browse files Browse the repository at this point in the history
BREAKING CHANGE: set ol peer dependency to 7.1
  • Loading branch information
annarieger committed Nov 14, 2022
1 parent 549e701 commit 0c64775
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
34 changes: 18 additions & 16 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 @@ -85,7 +85,7 @@
"jest-environment-jsdom": "^29.2.1",
"node-pre-gyp": "^0.17.0",
"np": "^7.6.2",
"ol": "^6.15.1",
"ol": "^7.1.0",
"path-exists-cli": "2.0.0",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.5",
Expand All @@ -96,6 +96,6 @@
"xmldom": "^0.6.0"
},
"peerDependencies": {
"ol": "^6.5"
"ol": "^7.1"
}
}

0 comments on commit 0c64775

Please sign in to comment.