Merge branch 'feature/maps-cluster-dependency-change'

# Conflicts:
#	package-lock.json
This commit is contained in:
Fawad Mirzad
2022-04-16 13:25:59 +02:00
3 changed files with 65 additions and 22 deletions

74
package-lock.json generated
View File

@@ -1,15 +1,15 @@
{
"name": "@fawmi/vue-google-maps",
"version": "0.9.62",
"version": "0.9.65",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fawmi/vue-google-maps",
"version": "0.9.62",
"version": "0.9.65",
"license": "MIT",
"dependencies": {
"@googlemaps/markerclustererplus": "^1.2.10"
"@googlemaps/markerclusterer": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.17.5",
@@ -1644,10 +1644,15 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@googlemaps/markerclustererplus": {
"version": "1.2.10",
"resolved": "https://registry.npmjs.org/@googlemaps/markerclustererplus/-/markerclustererplus-1.2.10.tgz",
"integrity": "sha512-HY4ev+D3kO1+9oQjtKTojxVtJIS/kSWJfry6cpKoXC97kBQc5Vguqu5x6pLnh+70N0Au+16Yl7iu4LZaIOTstw=="
"node_modules/@googlemaps/markerclusterer": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@googlemaps/markerclusterer/-/markerclusterer-2.0.3.tgz",
"integrity": "sha512-rjFIw6Wl0DzTmIZDmKk+U8eicRCAE5bow8f2/MXDG5H1xZKuY1PUaudxmZsdJuuHGz2j46f0ASnwXEtk0ZSKeA==",
"dependencies": {
"fast-deep-equal": "^3.1.3",
"fast-equals": "^3.0.0",
"supercluster": "^7.1.3"
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.9.5",
@@ -2961,8 +2966,7 @@
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"dev": true
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"node_modules/fast-diff": {
"version": "1.2.0",
@@ -2970,6 +2974,11 @@
"integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
"dev": true
},
"node_modules/fast-equals": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.1.tgz",
"integrity": "sha512-J9FxqqC9E/ja0C+SYhoG3Jl6pQuhP92HNcVC75xDEhB+GUzPnjEp3vMfPIxPprYZFfXS5hpVvvPCWUMiDSMS8Q=="
},
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
@@ -3408,6 +3417,11 @@
"node": ">=6"
}
},
"node_modules/kdbush": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/kdbush/-/kdbush-3.0.0.tgz",
"integrity": "sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew=="
},
"node_modules/levn": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
@@ -4291,6 +4305,14 @@
"webpack": "^5.0.0"
}
},
"node_modules/supercluster": {
"version": "7.1.5",
"resolved": "https://registry.npmjs.org/supercluster/-/supercluster-7.1.5.tgz",
"integrity": "sha512-EulshI3pGUM66o6ZdH3ReiFcvHpM3vAigyK+vcxdjpJyEbIIrtbmBdY23mGgnI24uXiGFvrGq9Gkum/8U7vJWg==",
"dependencies": {
"kdbush": "^3.0.0"
}
},
"node_modules/supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
@@ -5971,10 +5993,15 @@
}
}
},
"@googlemaps/markerclustererplus": {
"version": "1.2.10",
"resolved": "https://registry.npmjs.org/@googlemaps/markerclustererplus/-/markerclustererplus-1.2.10.tgz",
"integrity": "sha512-HY4ev+D3kO1+9oQjtKTojxVtJIS/kSWJfry6cpKoXC97kBQc5Vguqu5x6pLnh+70N0Au+16Yl7iu4LZaIOTstw=="
"@googlemaps/markerclusterer": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@googlemaps/markerclusterer/-/markerclusterer-2.0.3.tgz",
"integrity": "sha512-rjFIw6Wl0DzTmIZDmKk+U8eicRCAE5bow8f2/MXDG5H1xZKuY1PUaudxmZsdJuuHGz2j46f0ASnwXEtk0ZSKeA==",
"requires": {
"fast-deep-equal": "^3.1.3",
"fast-equals": "^3.0.0",
"supercluster": "^7.1.3"
}
},
"@humanwhocodes/config-array": {
"version": "0.9.5",
@@ -7011,8 +7038,7 @@
"fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"dev": true
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"fast-diff": {
"version": "1.2.0",
@@ -7020,6 +7046,11 @@
"integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
"dev": true
},
"fast-equals": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.1.tgz",
"integrity": "sha512-J9FxqqC9E/ja0C+SYhoG3Jl6pQuhP92HNcVC75xDEhB+GUzPnjEp3vMfPIxPprYZFfXS5hpVvvPCWUMiDSMS8Q=="
},
"fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
@@ -7353,6 +7384,11 @@
"integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
"dev": true
},
"kdbush": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/kdbush/-/kdbush-3.0.0.tgz",
"integrity": "sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew=="
},
"levn": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
@@ -7995,6 +8031,14 @@
"dev": true,
"requires": {}
},
"supercluster": {
"version": "7.1.5",
"resolved": "https://registry.npmjs.org/supercluster/-/supercluster-7.1.5.tgz",
"integrity": "sha512-EulshI3pGUM66o6ZdH3ReiFcvHpM3vAigyK+vcxdjpJyEbIIrtbmBdY23mGgnI24uXiGFvrGq9Gkum/8U7vJWg==",
"requires": {
"kdbush": "^3.0.0"
}
},
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",