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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-06 15:35:06 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-06 15:35:06 +0300
commitb91bdefdfa2b8e956a55f606432cbf9a72c30286 (patch)
treeaf91f4b477bf8311a2976e536ef69c43f07cea9a /package.json
parentc3d3ef60663dfd1f0fc98fa5e544dc85095ce489 (diff)
Bump CKEditor packages to v34dependachristoph/npm_and_yarn/ckeditor-34
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/package.json b/package.json
index d54c9ca70..002ea9122 100644
--- a/package.json
+++ b/package.json
@@ -15,23 +15,23 @@
"test:watch": "NODE_ENV=testing mochapack -w --webpack-config webpack.test.js --require src/tests/setup.js \"src/tests/**/*.spec.js\""
},
"dependencies": {
- "@ckeditor/ckeditor5-alignment": "~33.0.0",
- "@ckeditor/ckeditor5-basic-styles": "~33.0.0",
- "@ckeditor/ckeditor5-block-quote": "~33.0.0",
- "@ckeditor/ckeditor5-build-balloon": "~33.0.0",
- "@ckeditor/ckeditor5-core": "~33.0.0",
+ "@ckeditor/ckeditor5-alignment": "~34.0.0",
+ "@ckeditor/ckeditor5-basic-styles": "~34.0.0",
+ "@ckeditor/ckeditor5-block-quote": "~34.0.0",
+ "@ckeditor/ckeditor5-build-balloon": "~34.0.0",
+ "@ckeditor/ckeditor5-core": "~34.0.0",
"@ckeditor/ckeditor5-dev-utils": "~28.1.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "~28.1.0",
- "@ckeditor/ckeditor5-editor-balloon": "~33.0.0",
- "@ckeditor/ckeditor5-essentials": "~33.0.0",
- "@ckeditor/ckeditor5-font": "^33.0.0",
- "@ckeditor/ckeditor5-heading": "~33.0.0",
- "@ckeditor/ckeditor5-link": "~33.0.0",
- "@ckeditor/ckeditor5-list": "~33.0.0",
- "@ckeditor/ckeditor5-paragraph": "~33.0.0",
- "@ckeditor/ckeditor5-remove-format": "~33.0.0",
- "@ckeditor/ckeditor5-theme-lark": "~33.0.0",
- "@ckeditor/ckeditor5-vue2": "^1.0.5",
+ "@ckeditor/ckeditor5-editor-balloon": "~34.0.0",
+ "@ckeditor/ckeditor5-essentials": "~34.0.0",
+ "@ckeditor/ckeditor5-font": "~34.0.0",
+ "@ckeditor/ckeditor5-heading": "~34.0.0",
+ "@ckeditor/ckeditor5-link": "~34.0.0",
+ "@ckeditor/ckeditor5-list": "~34.0.0",
+ "@ckeditor/ckeditor5-paragraph": "~34.0.0",
+ "@ckeditor/ckeditor5-remove-format": "~34.0.0",
+ "@ckeditor/ckeditor5-theme-lark": "~34.0.0",
+ "@ckeditor/ckeditor5-vue2": "^3.0.0",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.9.0",
"@nextcloud/calendar-js": "^3.0.0",