Skip to content

Commit

Permalink
Fix peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Oct 4, 2024
1 parent 398ed48 commit fa317f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "olcs",
"version": "2.20.0",
"version": "2.22.0",
"description": "OpenLayers Cesium integration and plugin library",
"scripts": {
"test": "node --enable-source-maps --import @swc-node/register/esm-register --test src/olcs/*.test.ts",
Expand Down Expand Up @@ -78,7 +78,7 @@
],
"peerDependencies": {
"cesium": ">= 1.90.0",
"ol": ">= 9.2"
"ol": ">= 9.2, >= 10"
},
"devDependencies": {
"@babel/parser": "7.25.6",
Expand Down

0 comments on commit fa317f9

Please sign in to comment.