Merge branch 'feature/maps-cluster-dependency-change'
# Conflicts: # package-lock.json
This commit is contained in:
11
package.json
11
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fawmi/vue-google-maps",
|
||||
"description": "Google Map components for Vue.js 3",
|
||||
"version": "0.9.62",
|
||||
"version": "0.9.65",
|
||||
"private": false,
|
||||
"main": "src/main.js",
|
||||
"keywords": [
|
||||
@@ -19,13 +19,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"core-js": "^3.21.1",
|
||||
"vue": "^3.2.31",
|
||||
"@babel/plugin-transform-runtime": "^7.17.0",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@vue/compiler-sfc": "^3.2.31",
|
||||
"babel-loader": "^8.2.3",
|
||||
"core-js": "^3.21.1",
|
||||
"css-loader": "^6.6.0",
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
@@ -34,12 +33,12 @@
|
||||
"mini-css-extract-plugin": "^2.5.3",
|
||||
"rimraf": "^3.0.2",
|
||||
"style-loader": "^3.3.1",
|
||||
"vue": "^3.2.31",
|
||||
"vue-eslint-parser": "^8.2.0",
|
||||
"vue-loader": "^17.0.0",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"webpack": "^5.69.1"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"homepage": "https://vue-map.netlify.app/",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -48,6 +47,6 @@
|
||||
},
|
||||
"types": "types/index.d.ts",
|
||||
"dependencies": {
|
||||
"@googlemaps/markerclustererplus": "^1.2.10"
|
||||
"@googlemaps/markerclusterer": "^2.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user