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-05-01 14:42:43 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-05-01 14:49:36 +0300
commit11fca74c5645ad92152948db43194539340c7c6d (patch)
tree53aa651f59b1842a6213b2318d30115891e3f1ed /package.json
parent5710a593a3f8d872205009cdff79b0d4942f4436 (diff)
update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a47f2a31..b178be6a 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.scss' --fix"
},
"dependencies": {
- "@nextcloud/axios": "^1.9.0",
+ "@nextcloud/axios": "^1.10.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/moment": "^1.2.1",
@@ -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.0.0"
+ "@nextcloud/webpack-vue-config": "^5.1.0"
}
}