Skip to content

Commit d440029

Browse files
committed
chore: update to OpenLayers@v9
BREAKING CHANGE: a peerDependency of `ol@^9.0.0` and `ol-ext@^4.0.15` is now required
1 parent 61950aa commit d440029

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ It can display maps with tiled, raster or vector layers loaded from different so
5151

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

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

5959
<!-- auto-generated-peer-dependency-requirements END -->

Diff for: docs/get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ vue3-openlayers works with the following versions which must be installed as pee
44

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

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

1212
<!-- auto-generated-peer-dependency-requirements END -->

Diff for: package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
"file-saver": "^2.0.5",
7676
"jspdf": "^2.5.1",
7777
"proj4": "^2.10.0",
78-
"ol": "^8.2.0",
78+
"ol": "^9.0.0",
7979
"ol-contextmenu": "^5.3.0",
8080
"ol-ext": "^4.0.15",
8181
"vue": "^3.4.21"
8282
},
8383
"peerDependencies": {
84-
"ol": "^8.2.0",
84+
"ol": "^9.0.0",
8585
"ol-contextmenu": "^5.3.0",
86-
"ol-ext": "^4.0.13",
86+
"ol-ext": "^4.0.15",
8787
"vue": "^3.0.0"
8888
},
8989
"browserslist": [

0 commit comments

Comments
 (0)