Unverified Commit 50f13921 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3277405 by Wim Leers, nod_: Update @ckeditor/ckeditor5-list to v34.0.1

(cherry picked from commit e041ed7b)
(cherry picked from commit 0bf84966)
parent d65692c7
Loading
Loading
Loading
Loading
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -157,9 +157,10 @@ ckeditor5.link:

ckeditor5.list:
  remote: https://github.com/ckeditor/ckeditor5
  version: "34.0.0"
  version: "34.0.1"
  license:
    name: GNU-GPL-2.0-or-later
    # @todo A 34.0.1 link does not exist; https://www.drupal.org/project/drupal/issues/3277438 will make this in sync again.
    url: https://github.com/ckeditor/ckeditor5/blob/v34.0.0/LICENSE.md
    gpl-compatible: true
  js:
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
    "@ckeditor/ckeditor5-indent": "~34.0.0",
    "@ckeditor/ckeditor5-language": "~34.0.0",
    "@ckeditor/ckeditor5-link": "~34.0.0",
    "@ckeditor/ckeditor5-list": "~34.0.0",
    "@ckeditor/ckeditor5-list": "~34.0.1",
    "@ckeditor/ckeditor5-paste-from-office": "~34.0.0",
    "@ckeditor/ckeditor5-remove-format": "~34.0.0",
    "@ckeditor/ckeditor5-source-editing": "~34.0.0",
+4 −4
Original line number Diff line number Diff line
@@ -1104,10 +1104,10 @@
    ckeditor5 "^34.0.0"
    lodash-es "^4.17.15"

"@ckeditor/ckeditor5-list@~34.0.0":
  version "34.0.0"
  resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-list/-/ckeditor5-list-34.0.0.tgz#14ed9fd6cae1a90e0acd7bb0bff90fde8e504865"
  integrity sha512-nYssUwqqSmpjFk+qjZZGnkaLJVL9vqKAzkRyg9VYtmXguYGyx+lbKoCMEKbNrnGJA6F0kHSVPhb+1v/nD1KfKQ==
"@ckeditor/ckeditor5-list@~34.0.1":
  version "34.0.1"
  resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-list/-/ckeditor5-list-34.0.1.tgz#4a06c7d87ff36f0ebb122e2ed36e95b2a9911796"
  integrity sha512-wLAr6Ar77OHsi8FwimuDCUYQZHcOobKKlDBOWaUNzau4xHh6BPrf3UZRzl/eEiEmaSdolQWosSjNbcFwPNnB9g==
  dependencies:
    "@ckeditor/ckeditor5-ui" "^34.0.0"
    ckeditor5 "^34.0.0"