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:
authorGreta <gretadoci@gmail.com>2022-04-20 13:09:36 +0300
committerGitHub <noreply@github.com>2022-04-20 13:09:36 +0300
commitd5d8ca0909b8c2b456b0af99a0a1462d63caf9d6 (patch)
tree2f6064c3feaca75aff10cf88ca6755e33a653a2c /package.json
parent71f565cf9d465fd232a99a0c7f70bc71594f4573 (diff)
parentc98edcd025c7ebed05b2c7d460eadf88105bc9d8 (diff)
Merge pull request #6226 from nextcloud/dependarichard/npm/ckeditor-33
Bump ckeditor and peers from 32.0.0 to 33.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/package.json b/package.json
index 6a5e72270..32c42e8c2 100644
--- a/package.json
+++ b/package.json
@@ -15,22 +15,22 @@
"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": "~32.0.0",
- "@ckeditor/ckeditor5-basic-styles": "~32.0.0",
- "@ckeditor/ckeditor5-block-quote": "~32.0.0",
- "@ckeditor/ckeditor5-build-balloon": "~32.0.0",
- "@ckeditor/ckeditor5-core": "~32.0.0",
+ "@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-dev-utils": "~28.1.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "~28.1.0",
- "@ckeditor/ckeditor5-editor-balloon": "~32.0.0",
- "@ckeditor/ckeditor5-essentials": "~32.0.0",
- "@ckeditor/ckeditor5-font": "^32.0.0",
- "@ckeditor/ckeditor5-heading": "~32.0.0",
- "@ckeditor/ckeditor5-link": "~32.0.0",
- "@ckeditor/ckeditor5-list": "~32.0.0",
- "@ckeditor/ckeditor5-paragraph": "~32.0.0",
- "@ckeditor/ckeditor5-remove-format": "~32.0.0",
- "@ckeditor/ckeditor5-theme-lark": "~32.0.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",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.9.0",