Bump dependencies

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-01-15 20:46:49 +01:00
parent 64435e574e
commit 90f8687cdc
No known key found for this signature in database
GPG Key ID: F941078878347C0C
4 changed files with 370 additions and 542 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
"dependencies": {
"nextcloud-axios": "^0.1.3",
"nextcloud-password-confirmation": "^0.1.0",
"vue": "^2.5.21",
"vue": "^2.5.22",
"vuex": "^3.0.1"
},
"devDependencies": {
@ -25,8 +25,8 @@
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.1",
"vue-template-compiler": "^2.5.22",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-merge": "^4.2.1"
}