Skip to content

Commit

Permalink
Update client side dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liborpansky committed Oct 27, 2020
1 parent 5b35e68 commit 5e4b5af
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"register-service-worker": "^1.7.1",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.4.3",
"vuetify": "^2.3.10",
"vue-property-decorator": "^9.0.2",
"vue-router": "^3.4.8",
"vuetify": "^2.3.15",
"vuex": "^3.5.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@mdi/font": "^5.6.55",
"@types/node": "^14.11.1",
"@vue/cli-plugin-babel": "^4.5.6",
"@vue/cli-plugin-pwa": "^4.5.6",
"@vue/cli-plugin-typescript": "^4.5.6",
"@vue/cli-service": "^4.5.6",
"axios": "^0.20.0",
"@mdi/font": "^5.8.55",
"@types/node": "^14.14.5",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-pwa": "^4.5.8",
"@vue/cli-plugin-typescript": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"axios": "^0.21.0",
"babel-plugin-transform-imports": "^2.0.0",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"typescript": "^4.0.3",
"sass": "^1.27.0",
"sass-loader": "^10.0.4",
"typescript": "^4.0.5",
"vue-cli-plugin-axios": "0.0.4",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.12",
Expand Down

0 comments on commit 5e4b5af

Please sign in to comment.