Skip to content

Commit

Permalink
chore: update to OpenLayers@v9
Browse files Browse the repository at this point in the history
BREAKING CHANGE: a peerDependency of `ol@^9.0.0` and `ol-ext@^4.0.15` is now required
  • Loading branch information
d-koppenhagen committed Mar 6, 2024
1 parent 61950aa commit d440029
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ It can display maps with tiled, raster or vector layers loaded from different so

<!-- auto-generated-peer-dependency-requirements START -->

- **[ol](https://github.com/openlayers/openlayers)**: `^8.2.0`
- **[ol](https://github.com/openlayers/openlayers)**: `^9.0.0`
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.3.0`
- **[ol-ext](https://github.com/Viglino/ol-ext)**: `^4.0.13`
- **[ol-ext](https://github.com/Viglino/ol-ext)**: `^4.0.15`
- **[vue](https://github.com/vuejs/core)**: `^3.0.0`

<!-- auto-generated-peer-dependency-requirements END -->
Expand Down
4 changes: 2 additions & 2 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ vue3-openlayers works with the following versions which must be installed as pee

<!-- auto-generated-peer-dependency-requirements START -->

- **[ol](https://github.com/openlayers/openlayers)**: `^8.2.0`
- **[ol](https://github.com/openlayers/openlayers)**: `^9.0.0`
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.3.0`
- **[ol-ext](https://github.com/Viglino/ol-ext)**: `^4.0.13`
- **[ol-ext](https://github.com/Viglino/ol-ext)**: `^4.0.15`
- **[vue](https://github.com/vuejs/core)**: `^3.0.0`

<!-- auto-generated-peer-dependency-requirements END -->
Expand Down
18 changes: 9 additions & 9 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 @@ -75,15 +75,15 @@
"file-saver": "^2.0.5",
"jspdf": "^2.5.1",
"proj4": "^2.10.0",
"ol": "^8.2.0",
"ol": "^9.0.0",
"ol-contextmenu": "^5.3.0",
"ol-ext": "^4.0.15",
"vue": "^3.4.21"
},
"peerDependencies": {
"ol": "^8.2.0",
"ol": "^9.0.0",
"ol-contextmenu": "^5.3.0",
"ol-ext": "^4.0.13",
"ol-ext": "^4.0.15",
"vue": "^3.0.0"
},
"browserslist": [
Expand Down

0 comments on commit d440029

Please sign in to comment.