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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2022-07-10 17:10:54 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-07-10 17:22:11 +0300
commita5c8d2abf37da94d1b20cf56c5d63c466f27816d (patch)
tree74b824a0becd0b4b3569893db7646596d7ab1586 /package.json
parent1fde4ee3bf82ce920ab8263cadcae31574877ad8 (diff)
update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index b178be6a..6c26612d 100644
--- a/package.json
+++ b/package.json
@@ -20,13 +20,13 @@
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.1.0",
"@nextcloud/vue-dashboard": "^2.0.1",
- "diff": "^5.0.0",
+ "diff": "^5.1.0",
"easymde": "^2.16.1",
- "markdown-it": "^13.0.0",
+ "markdown-it": "^13.0.1",
"markdown-it-task-checkbox": "^1.0.6",
- "vue": "^2.6.14",
+ "vue": "^2.7.4",
"vue-fragment": "1.5.1",
- "vue-material-design-icons": "^5.0.0",
+ "vue-material-design-icons": "^5.1.1",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
@@ -43,6 +43,6 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
- "@nextcloud/webpack-vue-config": "^5.1.0"
+ "@nextcloud/webpack-vue-config": "^5.2.1"
}
}