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>2021-11-12 18:26:28 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-11-12 21:53:45 +0300
commit3c3346688bb1237df5e69a5be96db0a8eb93fc69 (patch)
tree72dd8fe8e151f45d546d9ea7a8ca18974d6ea538 /package.json
parent780bb9b5bf8aef69e073d8f8c0216ba6dff6ca68 (diff)
update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 0b5ab355..a6d3befa 100644
--- a/package.json
+++ b/package.json
@@ -13,21 +13,21 @@
"stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.scss' --fix"
},
"dependencies": {
- "@nextcloud/axios": "^1.6.0",
+ "@nextcloud/axios": "^1.7.0",
"@nextcloud/dialogs": "^3.1.2",
- "@nextcloud/event-bus": "^2.0.0",
+ "@nextcloud/event-bus": "^2.1.1",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^3.10.1",
+ "@nextcloud/vue": "^4.2.0",
"@nextcloud/vue-dashboard": "^2.0.1",
"diff": "^5.0.0",
"easymde": "^2.15.0",
- "markdown-it": "^12.1.0",
+ "markdown-it": "^12.2.0",
"vue": "^2.6.14",
"vue-fragment": "1.5.1",
- "vue-material-design-icons": "^4.12.1",
+ "vue-material-design-icons": "^4.13.0",
"vue-observe-visibility": "^1.0.0",
- "vue-router": "^3.5.2",
+ "vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
"browserslist": [
@@ -39,9 +39,9 @@
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
- "@nextcloud/browserslist-config": "^2.1.0",
- "@nextcloud/eslint-config": "^6.0.0",
+ "@nextcloud/browserslist-config": "^2.2.0",
+ "@nextcloud/eslint-config": "^6.1.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
- "@nextcloud/webpack-vue-config": "^4.1.0"
+ "@nextcloud/webpack-vue-config": "^4.1.4"
}
}