updated packages dependencies to the last version

This commit is contained in:
NathanAP
2022-10-13 15:11:31 -03:00
parent 8e11f8a9fb
commit 6dbb830cf3
3 changed files with 2221 additions and 1578 deletions

View File

@@ -1,6 +1,6 @@
## About this library
VGM community fork is a repository to keep the original [Vue Google Maps repository](https://github.com/fawmi/vue-google-maps) alive. The original repository is great, but it wasn't maintained anymore, so the community decided to fork it because many of us depends on it.
Vue Google Maps Community Fork is a repository to keep the original [Vue Google Maps repository](https://github.com/fawmi/vue-google-maps) alive. The original repository is great, but it wasn't maintained anymore, so the community decided to fork it because many of us depends on it.
We tried to contact Fawmi many times in different ways, but we never got an answer. He did a great job and I'm sure we will be able to talk with him about all the situation. All we want is to keep this library alive and better.

3765
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,26 +18,26 @@
"lint": "eslint --ext .js,.vue src"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@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",
"eslint-plugin-vue": "^8.4.1",
"eslint-webpack-plugin": "^3.1.1",
"mini-css-extract-plugin": "^2.5.3",
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/runtime": "^7.19.4",
"@vue/compiler-sfc": "^3.2.40",
"babel-loader": "^8.2.5",
"core-js": "^3.25.5",
"css-loader": "^6.7.1",
"eslint": "^8.25.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"eslint-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^2.6.1",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"vue": "^3.2.31",
"vue-eslint-parser": "^8.2.0",
"vue": "^3.2.40",
"vue-eslint-parser": "^9.1.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.69.1"
"webpack": "^5.74.0"
},
"homepage": "https://vue-map.netlify.app/",
"license": "MIT",