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-10-02 11:22:53 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-10-02 11:31:07 +0300
commit34d9fbffa7c1fd343edf1f2a6cbff6d4e6581ecf (patch)
treee6ea3ebb59fa7162e39995bcee7f0417927d462a /package.json
parentf9db4dc7343bc4265b1d2c028eca240e5fc659a8 (diff)
update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 982e4f44..fbc06989 100644
--- a/package.json
+++ b/package.json
@@ -13,14 +13,14 @@
"stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.scss' --fix"
},
"dependencies": {
- "@nextcloud/axios": "^2.0.0",
+ "@nextcloud/axios": "^2.1.0",
"@nextcloud/dialogs": "^3.2.0",
- "@nextcloud/event-bus": "^3.0.1",
+ "@nextcloud/event-bus": "^3.0.2",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.4.0",
"diff": "^5.1.0",
- "easymde": "^2.17.0",
+ "easymde": "^2.18.0",
"markdown-it": "^13.0.1",
"markdown-it-task-checkbox": "^1.0.6",
"vue": "^2.7.10",