Skip to content

Commit c9b7858

Browse files
christophfriedrichd-koppenhagen
authored andcommitted
fix: upgrade ol-contextmenu to v5.4.0 (#311)
1 parent e74e94c commit c9b7858

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ It can display maps with tiled, raster or vector layers loaded from different so
5252
<!-- auto-generated-peer-dependency-requirements START -->
5353

5454
- **[ol](https://github.com/openlayers/openlayers)**: `^9.0.0`
55-
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.3.0`
55+
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.4.0`
5656
- **[ol-ext](https://github.com/Viglino/ol-ext)**: `^4.0.15`
5757
- **[vue](https://github.com/vuejs/core)**: `^3.0.0`
5858

docs/get-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ vue3-openlayers works with the following versions which must be installed as pee
55
<!-- auto-generated-peer-dependency-requirements START -->
66

77
- **[ol](https://github.com/openlayers/openlayers)**: `^9.0.0`
8-
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.3.0`
8+
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.4.0`
99
- **[ol-ext](https://github.com/Viglino/ol-ext)**: `^4.0.15`
1010
- **[vue](https://github.com/vuejs/core)**: `^3.0.0`
1111

package-lock.json

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

package.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
"jspdf": "^2.5.1",
7777
"proj4": "^2.10.0",
7878
"ol": "^9.0.0",
79-
"ol-contextmenu": "^5.3.0",
79+
"ol-contextmenu": "^5.4.0",
8080
"ol-ext": "^4.0.15",
8181
"vue": "^3.4.21"
8282
},
8383
"peerDependencies": {
8484
"ol": "^9.0.0",
85-
"ol-contextmenu": "^5.3.0",
85+
"ol-contextmenu": "^5.4.0",
8686
"ol-ext": "^4.0.15",
8787
"vue": "^3.0.0"
8888
},
@@ -118,10 +118,5 @@
118118
"vite-plugin-dts": "^3.7.3",
119119
"vitepress": "1.0.0-rc.45",
120120
"vitest": "1.3.1"
121-
},
122-
"overrides": {
123-
"ol-contextmenu": {
124-
"ol": "^9.x"
125-
}
126121
}
127122
}

0 commit comments

Comments
 (0)