Skip to content

Commit

Permalink
Merge pull request #469 from terrestris/fix-ol-dep
Browse files Browse the repository at this point in the history
fix: fix ol dependency
  • Loading branch information
hwbllmnn authored Sep 6, 2023
2 parents 8203b8f + 7c3ce46 commit 129cdf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"homepage": "https://github.com/terrestris/react-util#readme",
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
"react-dom": ">=17",
"ol": ">=7"
},
"dependencies": {
"@terrestris/base-util": "^1.0.1",
"lodash": "^4.17.21",
"ol": "^8.0.0"
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand Down

0 comments on commit 129cdf0

Please sign in to comment.