From dad40254e792a4528e06999563969a6f10083b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 02:01:28 +0000 Subject: [PATCH] build(deps): bump ra-input-rich-text from 5.2.1 to 5.2.2 (#1532) Bumps [ra-input-rich-text](https://github.com/marmelab/react-admin) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/marmelab/react-admin/releases) - [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md) - [Commits](https://github.com/marmelab/react-admin/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: ra-input-rich-text dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cd69ac0b..f606bbd8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@mui/styles": "^6.1.2", "axios": "^1.7.7", "ra-data-feathers": "^2.9.4", - "ra-input-rich-text": "^5.2.1", + "ra-input-rich-text": "^5.2.2", "react": "^18.3.1", "react-admin": "^4.16.20", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index e13f744d..8c5987dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8978,10 +8978,10 @@ ra-i18n-polyglot@^4.16.20: node-polyglot "^2.2.2" ra-core "^4.16.20" -ra-input-rich-text@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.2.1.tgz#85f678608dbff0e8b26b0599f232bbca3bf59c4d" - integrity sha512-6Qnwr5E5ZiH24UZS4UJjn9ZCGFBSWLaHK8wKvqv8LJhVxy47vjSJCyRgC7OSf3TgjoJD9XtIDiXikgS+axAC7g== +ra-input-rich-text@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.2.2.tgz#fea0ea918f791dff2fc8e8dcb9e7af1f77d4cee2" + integrity sha512-q54bwse0zLmRnIM9v/cQeiojpaAxhHwOmGtpaTsUiz0NTWHyGepI080fG68DrYHXJGoOXZ03PJHQUUQaDuqBig== dependencies: "@tiptap/core" "^2.0.3" "@tiptap/extension-color" "^2.0.3"