Update dev dependencies
This commit is contained in:
37
package.json
37
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fawmi/vue-google-maps",
|
||||
"description": "Google Map components for Vue.js 3",
|
||||
"version": "0.9.3",
|
||||
"version": "0.9.4",
|
||||
"private": false,
|
||||
"main": "src/main.js",
|
||||
"keywords": [
|
||||
@@ -18,27 +18,26 @@
|
||||
"lint": "eslint --ext .js,.vue src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.0",
|
||||
"@babel/runtime": "^7.14.0",
|
||||
"core-js": "^3.12.1",
|
||||
"vue": "^3.0.11",
|
||||
"@babel/plugin-transform-runtime": "^7.13.15",
|
||||
"@babel/preset-env": "^7.14.1",
|
||||
"@vue/compiler-sfc": "^3.0.11",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"core-js": "^3.18.2",
|
||||
"vue": "^3.2.20",
|
||||
"@babel/plugin-transform-runtime": "^7.15.8",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@vue/compiler-sfc": "^3.2.20",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^5.2.4",
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-formatter-friendly": "^7.0.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-vue": "^7.9.0",
|
||||
"eslint-webpack-plugin": "^2.5.4",
|
||||
"mini-css-extract-plugin": "^1.6.0",
|
||||
"css-loader": "^6.4.0",
|
||||
"eslint": "^8.0.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-vue": "^7.19.1",
|
||||
"eslint-webpack-plugin": "^3.0.1",
|
||||
"mini-css-extract-plugin": "^2.4.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"style-loader": "^2.0.0",
|
||||
"vue-eslint-parser": "^7.6.0",
|
||||
"vue-loader": "^16.2.0",
|
||||
"style-loader": "^3.3.0",
|
||||
"vue-eslint-parser": "^7.11.0",
|
||||
"vue-loader": "^16.7.1",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"webpack": "^5.36.2"
|
||||
"webpack": "^5.58.1"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"homepage": "https://vue-map.netlify.app/",
|
||||
|
||||
Reference in New Issue
Block a user