summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/package.json b/package.json
index e86f9771..f9c46d0a 100644
--- a/package.json
+++ b/package.json
@@ -29,9 +29,9 @@
"cypress:gui": "cypress open"
},
"dependencies": {
- "@babel/runtime": "^7.12.5",
+ "@babel/runtime": "^7.13.10",
"@nextcloud/auth": "^1.3.0",
- "@nextcloud/axios": "^1.5.0",
+ "@nextcloud/axios": "^1.6.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/moment": "^1.1.1",
@@ -41,19 +41,19 @@
"linkifyjs": "^2.1.8",
"tributejs": "^3.7.3",
"twemoji": "12.0.1",
- "uuid": "^8.3.1",
- "v-tooltip": "^3.0.0-alpha.11",
+ "uuid": "^8.3.2",
+ "v-tooltip": "^3.0.0-alpha.21",
"vue": "^2.6.12",
"vue-click-outside": "^1.0.7",
"vue-contenteditable-directive": "^1.2.0",
"vue-emoji-picker": "^1.0.1",
"vue-infinite-loading": "^2.4.4",
"vue-masonry-css": "^1.0.3",
- "vue-router": "^3.4.9",
+ "vue-router": "^3.5.1",
"vue-tribute": "^1.0.6",
"vue-twemoji": "^1.0.1",
"vuetrend": "^0.3.4",
- "vuex": "^3.5.1",
+ "vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},
"browserslist": [
@@ -64,13 +64,13 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.12.3",
+ "@babel/core": "^7.13.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.12.1",
- "@nextcloud/browserslist-config": "^1.0.0",
+ "@babel/preset-env": "^7.12.11",
+ "@nextcloud/browserslist-config": "^2.0.0",
"@nextcloud/eslint-config": "^2.1.0",
"@nextcloud/eslint-plugin": "^1.5.0",
- "@vue/test-utils": "^1.1.1",
+ "@vue/test-utils": "^1.1.3",
"acorn": "^8.0.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
@@ -85,7 +85,7 @@
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
+ "eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.2.0",
@@ -94,16 +94,16 @@
"node-sass": "^5.0.0",
"prettier-eslint": "^11.0.0",
"raw-loader": "^4.0.2",
- "sass-loader": "^10.1.0",
+ "sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-webpack-plugin": "^0.10.5",
"vue-jest": "^3.0.7",
- "vue-loader": "^15.9.3",
+ "vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
- "webpack": "^4.44.2",
- "webpack-cli": "^4.2.0",
+ "webpack": "^4.46.0",
+ "webpack-cli": "^4.5.0",
"webpack-merge": "^5.4.0"
},
"jest": {