From 3e5b72ba56cc313987b25f63c1a1f98243efff50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 18:56:03 +0000 Subject: [PATCH] chore(deps): bump @ckeditor/ckeditor5-react in /client Bumps [@ckeditor/ckeditor5-react](https://github.com/ckeditor/ckeditor5-react) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/ckeditor/ckeditor5-react/releases) - [Changelog](https://github.com/ckeditor/ckeditor5-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/ckeditor/ckeditor5-react/compare/v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: "@ckeditor/ckeditor5-react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index dcff0164861..9b1f9282833 100644 --- a/client/package.json +++ b/client/package.json @@ -33,7 +33,7 @@ "@babel/polyfill": "^7.12.1", "@babel/runtime": "^7.24.0", "@ckeditor/ckeditor5-build-custom": "github:Coursemology/CKEditor5-build-coursemology#0.3.0", - "@ckeditor/ckeditor5-react": "^6.2.0", + "@ckeditor/ckeditor5-react": "^7.0.0", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@hello-pangea/dnd": "^16.6.0", diff --git a/client/yarn.lock b/client/yarn.lock index 1de31c08c21..b81ec4a63ed 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1132,10 +1132,10 @@ version "0.3.0" resolved "https://codeload.github.com/Coursemology/CKEditor5-build-coursemology/tar.gz/52d2d652d246530b139141f181540f1a5a901ab0" -"@ckeditor/ckeditor5-react@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-react/-/ckeditor5-react-6.2.0.tgz#13e59d607f327eb11133e5b202440c6b119a4960" - integrity sha512-i/6OdxJ3iOCU7eiZXS8KYhK645PEAMISs9eFz60c0AFXZX5NTMvNWM68ac/J5sfg+IQ9U6mJ3flSykbJVlf0kA== +"@ckeditor/ckeditor5-react@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-react/-/ckeditor5-react-7.0.0.tgz#0ac7454cf7cf03c30de6119b07853c40ad8973d2" + integrity sha512-9JWs5145ltuiioAuvF3xdoV660DCx1FPtTC6b1e1yXxcUgBAMSM8cmNKhzt+9vUS4RCdXVQsUFSS17cgjBX23A== dependencies: prop-types "^15.7.2"