Skip to content

Commit

Permalink
fix: upgrade ol-contextmenu to v5.4.0 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfriedrich authored and d-koppenhagen committed Mar 14, 2024
1 parent e74e94c commit c9b7858
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ 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)**: `^9.0.0`
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.3.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)**: `^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 @@ -5,7 +5,7 @@ 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)**: `^9.0.0`
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.3.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)**: `^3.0.0`

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.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
"jspdf": "^2.5.1",
"proj4": "^2.10.0",
"ol": "^9.0.0",
"ol-contextmenu": "^5.3.0",
"ol-contextmenu": "^5.4.0",
"ol-ext": "^4.0.15",
"vue": "^3.4.21"
},
"peerDependencies": {
"ol": "^9.0.0",
"ol-contextmenu": "^5.3.0",
"ol-contextmenu": "^5.4.0",
"ol-ext": "^4.0.15",
"vue": "^3.0.0"
},
Expand Down Expand Up @@ -118,10 +118,5 @@
"vite-plugin-dts": "^3.7.3",
"vitepress": "1.0.0-rc.45",
"vitest": "1.3.1"
},
"overrides": {
"ol-contextmenu": {
"ol": "^9.x"
}
}
}

0 comments on commit c9b7858

Please sign in to comment.