|
1 | 1 | {
|
2 | 2 | "name": "@fawmi/vue-google-maps",
|
3 | 3 | "description": "Google Map components for Vue.js 3",
|
4 |
| - "version": "0.9.62", |
| 4 | + "version": "0.9.65", |
5 | 5 | "private": false,
|
6 | 6 | "main": "src/main.js",
|
7 | 7 | "keywords": [
|
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 | 21 | "@babel/core": "^7.17.5",
|
22 |
| - "@babel/runtime": "^7.17.2", |
23 |
| - "core-js": "^3.21.1", |
24 |
| - "vue": "^3.2.31", |
25 | 22 | "@babel/plugin-transform-runtime": "^7.17.0",
|
26 | 23 | "@babel/preset-env": "^7.16.11",
|
| 24 | + "@babel/runtime": "^7.17.2", |
27 | 25 | "@vue/compiler-sfc": "^3.2.31",
|
28 | 26 | "babel-loader": "^8.2.3",
|
| 27 | + "core-js": "^3.21.1", |
29 | 28 | "css-loader": "^6.6.0",
|
30 | 29 | "eslint": "^8.9.0",
|
31 | 30 | "eslint-plugin-prettier": "^4.0.0",
|
|
34 | 33 | "mini-css-extract-plugin": "^2.5.3",
|
35 | 34 | "rimraf": "^3.0.2",
|
36 | 35 | "style-loader": "^3.3.1",
|
| 36 | + "vue": "^3.2.31", |
37 | 37 | "vue-eslint-parser": "^8.2.0",
|
38 | 38 | "vue-loader": "^17.0.0",
|
39 | 39 | "vue-style-loader": "^4.1.3",
|
40 | 40 | "webpack": "^5.69.1"
|
41 | 41 | },
|
42 |
| - "bundleDependencies": false, |
43 | 42 | "homepage": "https://vue-map.netlify.app/",
|
44 | 43 | "license": "MIT",
|
45 | 44 | "repository": {
|
|
48 | 47 | },
|
49 | 48 | "types": "types/index.d.ts",
|
50 | 49 | "dependencies": {
|
51 |
| - "@googlemaps/markerclustererplus": "^1.2.10" |
| 50 | + "@googlemaps/markerclusterer": "^2.0.3" |
52 | 51 | }
|
53 | 52 | }
|
0 commit comments