Skip to content

Commit

Permalink
fix: adjust package json compat
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Updated to Angular 16
  • Loading branch information
Wykks committed Jun 13, 2023
1 parent 06b4bb7 commit ed3ab67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/src/assets/stackblitz/main.notts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const demoArray = Object.values(demo);
MatProgressSpinnerModule,
MatPaginatorModule,
NgxMapboxGLModule.withConfig({
accessToken: 'pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4M29iazA2Z2gycXA4N2pmbDZmangifQ.-g_vE53SD2WrJ6tFX7QHmA'
accessToken: 'pk.eyJ1IjoiZXhhbXBsZXMiLCJhIjoiY2p0MG01MXRqMW45cjQzb2R6b2ptc3J4MSJ9.zA2W0IkI0c6KaAhJfk9bWg'
})
],
declarations: [...demoArray],
Expand Down
8 changes: 4 additions & 4 deletions libs/ngx-mapbox-gl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"homepage": "https://github.com/Wykks/ngx-mapbox-gl#readme",
"peerDependencies": {
"@angular/core": "^14.0.0 || ^15.0.0",
"@angular/common": "^14.0.0 || ^15.0.0",
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/common": "^16.0.0 || ^17.0.0",
"mapbox-gl": "^2.9.0",
"rxjs": "^7.4.0"
"rxjs": "^7.8.0"
},
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.4.0"
}
}

0 comments on commit ed3ab67

Please sign in to comment.