Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henkelmax committed Sep 3, 2020
1 parent 1fc428b commit bf1835f
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 129 deletions.
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
},
"dependencies": {
"@mdi/font": "^5.5.55",
"axios": "^0.19.2",
"axios": "^0.20.0",
"core-js": "^3.6.5",
"js-file-download": "^0.4.12",
"moment": "^2.27.0",
"roboto-fontface": "^0.10.0",
"v-clipboard": "^2.2.3",
"vue": "^2.6.11",
"vue": "^2.6.12",
"vue-router": "^3.4.3",
"vuetify": "^2.3.8"
"vuetify": "^2.3.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.3",
"@vue/cli-plugin-eslint": "^4.5.3",
"@vue/cli-service": "^4.5.3",
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"@vue/eslint-config-airbnb": "^5.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint": "^7.8.1",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"sass-loader": "^10.0.1",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.6.0"
}
}
Loading

0 comments on commit bf1835f

Please sign in to comment.