Skip to content

Commit

Permalink
fix: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dereekb committed Jan 11, 2024
1 parent 18968ff commit 31bc804
Show file tree
Hide file tree
Showing 4 changed files with 3,078 additions and 5,155 deletions.
2 changes: 1 addition & 1 deletion libs/ngx-mapbox-gl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"peerDependencies": {
"@angular/core": "^16.0.0 || ^17.0.0",
"@angular/common": "^16.0.0 || ^17.0.0",
"mapbox-gl": "^2.9.0",
"mapbox-gl": ">= 2.9.2 < 4",
"rxjs": "^7.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-mapbox-gl/src/lib/map/map.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
NgZone,
Optional,
} from '@angular/core';
import MapboxGl from 'mapbox-gl';
import * as MapboxGl from 'mapbox-gl';
import { AsyncSubject, Observable, Subscription } from 'rxjs';
import { first } from 'rxjs/operators';
import {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@schematics/angular": "16.0.4",
"@types/jest": "29.4.4",
"@types/lodash-es": "4.17.6",
"@types/mapbox-gl": "2.7.5",
"@types/mapbox-gl": "2.7.19",
"@types/mapbox__mapbox-gl-geocoder": "4.7.2",
"@types/node": "17.0.42",
"@typescript-eslint/eslint-plugin": "5.59.8",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@ngrx/store": "16.0.1",
"@stackblitz/sdk": "1.3.0",
"lodash-es": "4.17.21",
"mapbox-gl": ">= 2.9.2 < 4",
"mapbox-gl": "3.0.1",
"ngx-markdown": "16.0.0",
"rxjs": "7.8.1",
"scroll-into-view-if-needed": "2.2.29",
Expand Down
Loading

0 comments on commit 31bc804

Please sign in to comment.