Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad committed Apr 25, 2021
1 parent 034ec78 commit b1e47cd
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 366 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.0",
"axios": "^0.21.1",
"core-js": "^3.11.0",
"serve": "^11.3.2",
"vue": "^2.6.12",
"vue-router": "^3.4.8",
"vuex": "^3.5.1",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.8",
"@vue/cli-plugin-eslint": "~4.5.8",
"@vue/cli-plugin-router": "~4.5.8",
"@vue/cli-service": "~4.5.8",
"@vue/eslint-config-airbnb": "^5.1.0",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-airbnb": "^5.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.9.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.4",
"node-sass": "^5.0.0",
"sass-loader": "^10",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit b1e47cd

Please sign in to comment.