Skip to content

Commit

Permalink
build: change angular peer deps from v14 to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-eychenne committed Dec 12, 2024
1 parent 266dfcc commit 05943d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-openlayers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"release": "commit-and-tag-version -m \"chore(release): version %s\" -t \"\" --prerelease next"
},
"peerDependencies": {
"@angular/common": ">=6.0.0 <=15.x.x",
"@angular/core": ">=6.0.0 <=15.x.x",
"@angular/common": ">=14.0.0 <=15.x.x",
"@angular/core": ">=14.0.0 <=15.x.x",
"ol": "~7.5.2"
}
}

0 comments on commit 05943d7

Please sign in to comment.