summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-07-07 08:29:39 +0200
committerGitHub <noreply@github.com>2020-07-07 08:29:39 +0200
commitb89fa00ca82ef5f4469a319d0e2cdd02bd02e7fc (patch)
treea4d2b9c908205a342540865beb2a294b013d774e /package.json
parent8e4f8f8aa473c1a39abbc2929534eb9fedbaf58b (diff)
parenta2df7efd804af798240d0bb9aa72b78457f4903e (diff)
Merge branch 'master' into dependabot/npm_and_yarn/p-limit-3.0.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 13 insertions, 14 deletions
diff --git a/package.json b/package.json
index a0025421..d612f0b2 100644
--- a/package.json
+++ b/package.json
@@ -34,12 +34,12 @@
},
"dependencies": {
"@mattkrick/sanitize-svg": "^0.2.1",
- "@nextcloud/auth": "^1.2.3",
- "@nextcloud/dialogs": "^1.3.1",
+ "@nextcloud/auth": "^1.3.0",
+ "@nextcloud/dialogs": "^1.4.0",
"@nextcloud/initial-state": "^1.1.2",
- "@nextcloud/l10n": "^1.2.3",
+ "@nextcloud/l10n": "^1.3.0",
"@nextcloud/paths": "^1.1.2",
- "@nextcloud/router": "^1.0.2",
+ "@nextcloud/router": "^1.1.0",
"@nextcloud/vue": "2.0.0",
"axios": "^0.19.2",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",
@@ -47,8 +47,7 @@
"debounce": "^1.2.0",
"downloadjs": "^1.4.7",
"ical.js": "^1.4.0",
- "moment": "^2.26.0",
- "p-limit": "^3.0.1",
+ "p-limit": "^2.3.0",
"p-queue": "^6.4.0",
"qr-image": "^3.2.0",
"regenerator-runtime": "^0.13.5",
@@ -56,7 +55,7 @@
"vue": "^2.6.11",
"vue-click-outside": "^1.1.0",
"vue-clipboard2": "^0.3.1",
- "vue-router": "^3.3.2",
+ "vue-router": "^3.3.4",
"vue-virtual-scroller": "^1.0.10",
"vuex": "^3.4.0",
"vuex-router-sync": "^5.0.0"
@@ -65,20 +64,20 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.10.2",
- "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
+ "@babel/core": "^7.10.3",
+ "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.10.2",
+ "@babel/preset-env": "^7.10.4",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^2.0.0",
"@nextcloud/eslint-plugin": "^1.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
- "css-loader": "^3.5.3",
+ "css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^3.0.4",
- "eslint-plugin-import": "^2.20.2",
+ "eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
@@ -88,13 +87,13 @@
"sass-loader": "^8.0.2",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
- "stylelint-scss": "^3.17.2",
+ "stylelint-scss": "^3.18.0",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
- "webpack-cli": "^3.3.11",
+ "webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},