From f9f7cddafa6539b616ef1427d50e1e17888241f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:15:11 +0000 Subject: [PATCH] build(deps): bump ra-input-rich-text from 5.3.2 to 5.3.3 Bumps [ra-input-rich-text](https://github.com/marmelab/react-admin) from 5.3.2 to 5.3.3. - [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.3.2...v5.3.3) --- updated-dependencies: - dependency-name: ra-input-rich-text dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8a823c97..62cc4ccf 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@mui/styles": "^6.1.6", "axios": "^1.7.7", "ra-data-feathers": "^2.9.4", - "ra-input-rich-text": "^5.3.2", + "ra-input-rich-text": "^5.3.3", "react": "^18.3.1", "react-admin": "^4.16.20", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 41f9bef4..349fcd76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8973,10 +8973,10 @@ ra-i18n-polyglot@^4.16.20: node-polyglot "^2.2.2" ra-core "^4.16.20" -ra-input-rich-text@^5.3.2: - version "5.3.2" - resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.3.2.tgz#df30fe201995552daeaa8025e3d2751b20f408cb" - integrity sha512-J7SFLdyksRngNCr6KpIsX4mQ+43mHrqIfmiMWzy7V3vSU8CcpTuWZc2ueEHw4lu472+koLciytBI3f/QMPRKQA== +ra-input-rich-text@^5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.3.3.tgz#b363c69a958fb1bbb8067a8ccd252f66fc396ddc" + integrity sha512-cKTwSa9XMYwMSRV4/Pt3WOBjbmIc1eV0EAVZSFP6uMyMHH3NS6QvKFSNUj6tUcDilIWg5M6mFNuInMLkpZoGhw== dependencies: "@tiptap/core" "^2.0.3" "@tiptap/extension-color" "^2.0.3"