From 1ed9367aabf2e190f6c10de1674c4ea7f36961ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 01:18:07 +0000 Subject: [PATCH] build(deps): bump ra-input-rich-text from 5.4.1 to 5.4.2 (#1573) Bumps [ra-input-rich-text](https://github.com/marmelab/react-admin) from 5.4.1 to 5.4.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.4.1...v5.4.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 49126419..70edce7b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@mui/styles": "^6.2.0", "axios": "^1.7.9", "ra-data-feathers": "^2.9.4", - "ra-input-rich-text": "^5.4.1", + "ra-input-rich-text": "^5.4.2", "react": "^18.3.1", "react-admin": "^4.16.20", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 27c8428e..69dd9708 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.4.1: - version "5.4.1" - resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.4.1.tgz#8a446f3896682f5543dc30eadda5da165ccab2ec" - integrity sha512-RCWGFd5C4V8Vtx6UBdTW1Cr5kQk8gqisNdJc7bqqmc8vxaR5igF1Etw7+qbSvsHBbiseclbt+0OOfKNaKv6wZQ== +ra-input-rich-text@^5.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.4.2.tgz#e32de8935f307c9e78fb66c230404f7de9566ac5" + integrity sha512-kgZDijdSc8d5UbmqD0z9VjNMOw7nMU/DFTRfGD++f9gP1p2jaU4ECYZduxETGpCxOVftzro+WfmaZt+6IRsS1g== dependencies: "@tiptap/core" "^2.0.3" "@tiptap/extension-color" "^2.0.3"