updated packages dependencies to the last version
This commit is contained in:
32
package.json
32
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user