changed agm cluster and updated agm dependencies
the changelog didnt mention this properly to do but as seen in change 7982bfbcf0
the module was renamed and needed changing.
This commit is contained in:
parent
7c651e1522
commit
611dbc4bac
4 changed files with 27 additions and 15 deletions
|
@ -22,8 +22,8 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@agm/core": "3.0.0-beta.0",
|
||||
"@agm/js-marker-clusterer": "1.1.0",
|
||||
"@agm/core": "^3.0.0-beta.0",
|
||||
"@agm/markerclusterer": "^3.0.0-beta.0",
|
||||
"@angular/common": "9.1.12",
|
||||
"@angular/compiler": "9.1.12",
|
||||
"@angular/core": "9.1.12",
|
||||
|
@ -34,6 +34,7 @@
|
|||
"@angular/upgrade": "9.1.12",
|
||||
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
|
||||
"@coreui/icons": "0.3.0",
|
||||
"@google/markerclustererplus": "^5.0.4",
|
||||
"ajv": "^6.10.0",
|
||||
"ajv-keywords": "^3.4.0",
|
||||
"angular2-datetimepicker": "^1.1.1",
|
||||
|
@ -44,7 +45,6 @@
|
|||
"devextreme-angular": "^19.1.4",
|
||||
"jasmine": "^3.4.0",
|
||||
"jquery": "^3.5.1",
|
||||
"js-marker-clusterer": "1.0.0",
|
||||
"jszip": "^3.2.2",
|
||||
"luxon": "^1.16.1",
|
||||
"moment": "^2.24.0",
|
||||
|
|
Reference in a new issue