Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-25 15:00:50 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-25 15:00:50 +0300
commit26af08f8c39faaff91964cd3aedf7ed179d86e53 (patch)
treeceddd0230b88d95d89e8565a60da2046699902ec /package.json
parent0524147e4997abfe6ff5c9081706c29a8824c572 (diff)
Bump deps
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 23632c7c..2918080d 100644
--- a/package.json
+++ b/package.json
@@ -36,15 +36,15 @@
"@nextcloud/initial-state": "^0.2.0",
"@nextcloud/l10n": "^0.2.1",
"@nextcloud/router": "^0.1.0",
- "@nextcloud/vue": "^1.1.0",
+ "@nextcloud/vue": "^1.2.0",
"camelcase": "^5.3.1",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
"path-posix": "^1.0.0",
- "qs": "^6.9.0",
+ "qs": "^6.9.1",
"url-parse": "^1.4.7",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
- "vuex": "^3.1.1",
+ "vuex": "^3.1.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^2.10.0"
},
@@ -55,12 +55,12 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.6.4",
- "@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "^7.6.3",
+ "@babel/core": "^7.7.4",
+ "@babel/plugin-syntax-dynamic-import": "^7.7.4",
+ "@babel/preset-env": "^7.7.4",
"@nextcloud/browserslist-config": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
- "autoprefixer": "^9.7.0",
+ "autoprefixer": "^9.7.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
@@ -82,13 +82,13 @@
"sass-loader": "^7.3.1",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
- "stylelint-scss": "^3.12.0",
+ "stylelint-scss": "^3.13.0",
"stylelint-webpack-plugin": "^0.10.5",
"svg-inline-loader": "^0.8.0",
- "vue-loader": "^15.7.1",
+ "vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
- "webpack-cli": "^3.3.9",
+ "webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
}
}