Skip to content

Commit

Permalink
chore: set minimum peerDependency of OpenLayers to version 9.1.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
The minimum version of OpenLayers is now 9.1.0 (`npm i ol@^9.1.0`)
  • Loading branch information
d-koppenhagen committed Apr 13, 2024
1 parent 569bd21 commit 77e022b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ It can display maps with tiled, raster or vector layers loaded from different so

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

- **[ol](https://openlayers.org/)**: `^9.0.0`
- **[ol](https://openlayers.org/)**: `^9.1.0`
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.4.0`
- **[ol-ext](https://github.com/Viglino/ol-ext#,)**: `^4.0.15`
- **[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)**: `^3.0.0`
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vue3-openlayers works with the following versions which must be installed as pee

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

- **[ol](https://openlayers.org/)**: `^9.0.0`
- **[ol](https://openlayers.org/)**: `^9.1.0`
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.4.0`
- **[ol-ext](https://github.com/Viglino/ol-ext#,)**: `^4.0.15`
- **[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)**: `^3.0.0`
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
"@turf/helpers": "^6.5.0",
"file-saver": "^2.0.5",
"jspdf": "^2.5.1",
"ol": "^9.0.0",
"ol": "^9.1.0",
"ol-contextmenu": "^5.4.0",
"ol-ext": "^4.0.15",
"proj4": "^2.11.0",
"vue": "^3.0.0"
},
"peerDependencies": {
"ol": "^9.0.0",
"ol": "^9.1.0",
"ol-contextmenu": "^5.4.0",
"ol-ext": "^4.0.15",
"vue": "^3.0.0"
Expand Down

0 comments on commit 77e022b

Please # to comment.