Skip to content

Commit

Permalink
fix: update package peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Aug 19, 2024
1 parent bf45c40 commit b096908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ngx-mapbox-gl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/Wykks/ngx-mapbox-gl#readme",
"peerDependencies": {
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/common": "^16.0.0 || ^17.0.0",
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/common": "^18.0.0 || ^19.0.0",
"mapbox-gl": "^2.9.0",
"rxjs": "^7.8.0"
},
Expand Down

0 comments on commit b096908

Please sign in to comment.