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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-30 09:53:12 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-31 16:51:12 +0300
commit964377ea92b167ec53d92f64b5580fe0a84e82b8 (patch)
tree10cfe1efb8c190888737dbb156929bedae7fccf6 /package.json
parent43b63b9f3bd3459c55e9706990c7d3d6fd8a96b8 (diff)
Move to @nextcloud/vue-richtext
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index bdc4c900f..dbc5f914a 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,6 @@
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
},
"dependencies": {
- "@juliushaertl/vue-richtext": "^2.0.0-dev.0",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/browser-storage": "^0.1.1",
@@ -73,6 +72,7 @@
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.2.0",
+ "@nextcloud/vue-richtext": "^2.0.0",
"@nextcloud/webpack-vue-config": "^5.3.0",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^5.0.8",