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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-31 12:15:11 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-31 12:15:11 +0300
commitc97d1c3f0e288889b2f27909fd8a350707fcd3c0 (patch)
tree285beb363682db71eb4d8a66df02f1a7b408d4f9 /package.json
parentfd9714bb5472ca4b1c68f390d9aaf8707aabe774 (diff)
Bump vue, vue-template-compiler and @nextcloud/vue
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 0088058..65795c5 100644
--- a/package.json
+++ b/package.json
@@ -25,10 +25,10 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.2",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^5.4.0",
+ "@nextcloud/vue": "^6.0.0-beta.5",
"howler": "^2.2.3",
"v-click-outside": "^3.2.0",
- "vue": "^2.7.4",
+ "vue": "^2.7.10",
"vue-material-design-icons": "^5.1.2",
"vue-tooltip": "^0.1.0"
},
@@ -45,6 +45,7 @@
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.2.0",
"@nextcloud/webpack-vue-config": "^5.3.0",
- "babel-loader-exclude-node-modules-except": "^1.2.1"
+ "babel-loader-exclude-node-modules-except": "^1.2.1",
+ "vue-template-compiler": "^2.7.10"
}
}