Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@ckeditor/ckeditor5-essentials": "34.1.x",
"@ckeditor/ckeditor5-heading": "34.1.x",
"@ckeditor/ckeditor5-horizontal-line": "34.1.x",
"@ckeditor/ckeditor5-html-support": "34.1.x",
"@ckeditor/ckeditor5-html-support": "35.0.x",
"@ckeditor/ckeditor5-image": "34.1.x",
"@ckeditor/ckeditor5-indent": "34.1.x",
"@ckeditor/ckeditor5-language": "34.1.x",
Expand Down
141 changes: 136 additions & 5 deletions www/core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,17 @@
"@ckeditor/ckeditor5-widget" "^34.1.0"
lodash-es "^4.17.11"

"@ckeditor/ckeditor5-clipboard@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-35.0.1.tgz#67ff75947f9d2b00361e20a7f9494fb6a7e93717"
integrity sha512-XHBnR+v+GLXondSrJdpTLT3++0++Ja5gNC2zKdpDx6ykayQVYF0Nry+XoXbbzffnXYnRrWzo++r32ngW39rFUQ==
dependencies:
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-engine" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"
"@ckeditor/ckeditor5-widget" "^35.0.1"
lodash-es "^4.17.11"

"@ckeditor/ckeditor5-code-block@34.1.x":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-34.1.0.tgz#4953f17d1eb5b3e35974594806ebbc5c6a60d58e"
Expand All @@ -948,6 +959,16 @@
"@ckeditor/ckeditor5-utils" "^34.1.0"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-core@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-core/-/ckeditor5-core-35.0.1.tgz#a189bafc643e7ef995bbf6fa33925a37c3bbe166"
integrity sha512-yLX4WwyKjBbgINfl3wB8nyAtxclmP8FBVWunnHZ+YBq6KryB0uWcplP1Nomz/3uyask6k2YN/rSY0Lu9xJ9uyQ==
dependencies:
"@ckeditor/ckeditor5-engine" "^35.0.1"
"@ckeditor/ckeditor5-ui" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-dev-utils@30.1.x", "@ckeditor/ckeditor5-dev-utils@^30.1.3":
version "30.1.3"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-dev-utils/-/ckeditor5-dev-utils-30.1.3.tgz#c44decc3346784fa824074ef5158d98ec4e8467d"
Expand Down Expand Up @@ -1012,6 +1033,14 @@
"@ckeditor/ckeditor5-utils" "^34.1.0"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-engine@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-35.0.1.tgz#6d030fe797fc9955f81d826b355731d548f6b107"
integrity sha512-Jz1sEBnFr06a1ezOqTbydClp9GgK/YL1CyvilCYIOoRiMevr1XMR3slsJCXC8AmHAcDn+PtxSniw+CREFZaTAA==
dependencies:
"@ckeditor/ckeditor5-utils" "^35.0.1"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-enter@^34.1.0":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-34.1.0.tgz#04cc0c8ba83bfd4f9ead6a02fe1757f154b48421"
Expand All @@ -1021,6 +1050,15 @@
"@ckeditor/ckeditor5-engine" "^34.1.0"
"@ckeditor/ckeditor5-utils" "^34.1.0"

"@ckeditor/ckeditor5-enter@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-35.0.1.tgz#9b9f1b6bde08cab0bd64abf14b787f0767c819ba"
integrity sha512-vNJzom2pSWyYrPk+VYjeSOBBeVI0B3P+DW1Vwyd3HfB1NKB7zU6T+7ByWwhvzdsv5xovzB+6X066lmUSV+W1fw==
dependencies:
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-engine" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"

"@ckeditor/ckeditor5-essentials@34.1.x":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-34.1.0.tgz#f4043b1822833e01910356681eb1649fad47e82e"
Expand All @@ -1042,12 +1080,12 @@
dependencies:
ckeditor5 "^34.1.0"

"@ckeditor/ckeditor5-html-support@34.1.x":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-34.1.0.tgz#69bd79188474acfd1f2c37001f9b6ca013c0c0f8"
integrity sha512-8X+KYkhgfRAiyqgrFzCpt4AuLLOTaVf8XbD26OiOqa6RNNcyGmh9+WkFcCbwgxCpAwpAgDB8vU5xqj6asZFqBw==
"@ckeditor/ckeditor5-html-support@35.0.x":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-35.0.1.tgz#1525579f16768cff506d4e351891cae6ee6be5c0"
integrity sha512-vBbusluOr27kK3Mu+B+BcD2TBBRw6Pdu88KtlYCMN43rRt5iRRE4NzkfNY7kVeyZGtpAlFOiead8Pfg3j9Vcxw==
dependencies:
ckeditor5 "^34.1.0"
ckeditor5 "^35.0.1"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-image@34.1.x":
Expand Down Expand Up @@ -1099,6 +1137,15 @@
"@ckeditor/ckeditor5-ui" "^34.1.0"
"@ckeditor/ckeditor5-utils" "^34.1.0"

"@ckeditor/ckeditor5-paragraph@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-35.0.1.tgz#ffe5d20297670ab7ba91a3f09c0b8f50de7e4a14"
integrity sha512-Ga+LWrXKDg6OXyPxBIaemgEfAKJlE40155IKsaeBHYZEVkS7eoDyuB5I3wFsmi8MRDrLwg6GDrBJ8bo/tKqmTg==
dependencies:
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-ui" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"

"@ckeditor/ckeditor5-paste-from-office@34.1.x":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-34.1.0.tgz#ea2e656bfaa19242254c5fe80cf56f2031911e2e"
Expand All @@ -1122,6 +1169,15 @@
"@ckeditor/ckeditor5-ui" "^34.1.0"
"@ckeditor/ckeditor5-utils" "^34.1.0"

"@ckeditor/ckeditor5-select-all@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-35.0.1.tgz#6d8b5d11e82eafb1e9f69884847409639ed29f88"
integrity sha512-I7oPF3LjL7etN1sxtpTshu47BGz6CNYHlLWcvPtU5QB+xvildQU1c5HboReufooZpYb8N898Zi8tHcd4/ij/8w==
dependencies:
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-ui" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"

"@ckeditor/ckeditor5-source-editing@34.1.x":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-34.1.0.tgz#07386e0e311239ed45f807376b75e4261d2e58f1"
Expand Down Expand Up @@ -1162,6 +1218,16 @@
"@ckeditor/ckeditor5-utils" "^34.1.0"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-typing@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-35.0.1.tgz#ea0c008c0da728f51770e2b75bc9b2ef6be77913"
integrity sha512-Yj3f8nv+iXsTxmnlTjFUk+Xcvd9OvtkFqsEgYdRA79TO71Gaigm2CLmi60wf39MtXc/hPCjhPSdvSk01CsNmQQ==
dependencies:
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-engine" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-ui@^34.1.0":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-34.1.0.tgz#162a8fa343350f53537449f1ab508edf824bbc45"
Expand All @@ -1171,6 +1237,15 @@
"@ckeditor/ckeditor5-utils" "^34.1.0"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-ui@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-35.0.1.tgz#3f7b12e7c2af4628afe21b5d41864e1471da7a73"
integrity sha512-JFmHShOQ7tGDFKqH93Ba2U5sZQMOts0ho1OveHeaKpyG3mbsonBofWr/JacF/dpoNBi1pj8I7ssYR4bFVTwO+w==
dependencies:
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-undo@^34.1.0":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-34.1.0.tgz#bb7746952c54298ddbd27f73b0caa1fb6be2acd9"
Expand All @@ -1180,6 +1255,15 @@
"@ckeditor/ckeditor5-engine" "^34.1.0"
"@ckeditor/ckeditor5-ui" "^34.1.0"

"@ckeditor/ckeditor5-undo@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-35.0.1.tgz#628e8fe89439760b9f158cef81f24d52d50fa640"
integrity sha512-zmO4JXCSd9JMikvjDGSvD3a2dAnlvTWMk2D8PSx5tNTj+MBm6pAbhqimeVdCQheBpAFQjH56ywKFZcYXJsXukA==
dependencies:
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-engine" "^35.0.1"
"@ckeditor/ckeditor5-ui" "^35.0.1"

"@ckeditor/ckeditor5-upload@^34.1.0":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-34.1.0.tgz#63a945ceb3e3a23151e34bf402e12eda3a581da1"
Expand All @@ -1189,13 +1273,29 @@
"@ckeditor/ckeditor5-ui" "^34.1.0"
"@ckeditor/ckeditor5-utils" "^34.1.0"

"@ckeditor/ckeditor5-upload@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-35.0.1.tgz#82325b9f9c2d69d99dd69940960e39eaf4fa53c1"
integrity sha512-h/a7KM/StexPhbwcdjoYz7pcU86QLhNUw9pNdogR4L4OXUeDd0c6V0YWqaqbMc3HtC+N2+5tePwiV4Aw0NalNg==
dependencies:
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-ui" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"

"@ckeditor/ckeditor5-utils@^34.1.0":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-34.1.0.tgz#2979709a61d387b3c85dde21e35e2d6b0ab2d5db"
integrity sha512-laXIFkcGeL3NRG1zVNaiZNOcjHnLVqs2gvp6PaBaw6HigZdQWzPIA07FRfamIajMryG29vgcatBYAYgutKlPhQ==
dependencies:
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-utils@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-35.0.1.tgz#7dd71c93e9e9884309fdd448ea90d1ed0df81033"
integrity sha512-H0ec3f963FpLPuLb58p4RbzkgiOYYNk7goNF4XVROZ4Vjf2dcGLJCDhUSHRBwz3cRL/zZ8a/f7HX/PBpYmnWlw==
dependencies:
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-widget@^34.1.0":
version "34.1.0"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-34.1.0.tgz#37c51d15a55aeeca9b6b09a5c8d6d3c66ca3066d"
Expand All @@ -1209,6 +1309,19 @@
"@ckeditor/ckeditor5-utils" "^34.1.0"
lodash-es "^4.17.15"

"@ckeditor/ckeditor5-widget@^35.0.1":
version "35.0.1"
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-35.0.1.tgz#353e60462b0a3c31a20bfcb472fec8d286313473"
integrity sha512-+XhPafSq/bRewa/cLddJGhon2lMsP9XuKsitSOogU0/LlyWNhyjcgUB2xPhGzfw5BO+CY1ptDBpgyw0lSxWOOw==
dependencies:
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-engine" "^35.0.1"
"@ckeditor/ckeditor5-enter" "^35.0.1"
"@ckeditor/ckeditor5-typing" "^35.0.1"
"@ckeditor/ckeditor5-ui" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"
lodash-es "^4.17.15"

"@cspell/cspell-bundled-dicts@^5.20.0":
version "5.20.0"
resolved "https://registry.yarnpkg.com/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.20.0.tgz#294106a2660baf825494535019a0d2230c3cc0c1"
Expand Down Expand Up @@ -2390,6 +2503,24 @@ ckeditor5@34.1.x, ckeditor5@^34.1.0:
"@ckeditor/ckeditor5-utils" "^34.1.0"
"@ckeditor/ckeditor5-widget" "^34.1.0"

ckeditor5@^35.0.1:
version "35.0.1"
resolved "https://registry.yarnpkg.com/ckeditor5/-/ckeditor5-35.0.1.tgz#0b7a0898deec9bd27148eb0df3b85c07724f1012"
integrity sha512-bJbD06JJAObH5vnCGQsmWkwgGKZluX0rILaZ47E/TBFLuUgEce0yTsmgGBcQUf0OQZ4IwoXt7vv+Y6zO1Ad86Q==
dependencies:
"@ckeditor/ckeditor5-clipboard" "^35.0.1"
"@ckeditor/ckeditor5-core" "^35.0.1"
"@ckeditor/ckeditor5-engine" "^35.0.1"
"@ckeditor/ckeditor5-enter" "^35.0.1"
"@ckeditor/ckeditor5-paragraph" "^35.0.1"
"@ckeditor/ckeditor5-select-all" "^35.0.1"
"@ckeditor/ckeditor5-typing" "^35.0.1"
"@ckeditor/ckeditor5-ui" "^35.0.1"
"@ckeditor/ckeditor5-undo" "^35.0.1"
"@ckeditor/ckeditor5-upload" "^35.0.1"
"@ckeditor/ckeditor5-utils" "^35.0.1"
"@ckeditor/ckeditor5-widget" "^35.0.1"

clean-stack@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
Expand Down