From 88e998b66a9bb98fea7fbc6fb69a94aad9a03282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 02:11:29 +0000 Subject: [PATCH] Bump ra-input-rich-text from 5.1.1 to 5.1.2 (#965) Bumps [ra-input-rich-text](https://github.com/marmelab/react-admin) from 5.1.1 to 5.1.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.1.1...v5.1.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 e2877d4..20739a2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "axios": "^1.7.5", "prop-types": "^15.8.1", "ra-data-feathers": "^2.9.4", - "ra-input-rich-text": "^5.1.1", + "ra-input-rich-text": "^5.1.2", "react": "^18.3.1", "react-admin": "^4.16.20", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index a087165..bcf4175 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9508,10 +9508,10 @@ ra-i18n-polyglot@^4.16.20: node-polyglot "^2.2.2" ra-core "^4.16.20" -ra-input-rich-text@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.1.1.tgz#3aabe9366d96f9873eb4637c78f6bd70adc623a5" - integrity sha512-k3k1GaC3EAqiGQqySyvCmKLennhayTTnY4gly4GxBBWjrdbtpbiEWjm0e6qubZMkobAgYUDL1e27HyL4xBcaiw== +ra-input-rich-text@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.1.2.tgz#4ad6fbbf921d7bdeaba0f78de1f8b3cf5f716c3e" + integrity sha512-4WX+kTJBAypYh+CXltsmRHjE0jd+WFILzjaD/+x0iQNCpKCMxUi3rT7TpmUvEvedkXsKcB/bufoLOJf/eTwIRg== dependencies: "@tiptap/core" "^2.0.3" "@tiptap/extension-color" "^2.0.3"