From dfdfdc7661cd3e7dd5f4cb095e8c1d8ec2c08abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:08:20 +0000 Subject: [PATCH] Bump ra-input-rich-text from 5.1.3 to 5.1.4 (#975) Bumps [ra-input-rich-text](https://github.com/marmelab/react-admin) from 5.1.3 to 5.1.4. - [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.3...v5.1.4) --- 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 2e257e5..74c4f5e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "axios": "^1.7.6", "prop-types": "^15.8.1", "ra-data-feathers": "^2.9.4", - "ra-input-rich-text": "^5.1.3", + "ra-input-rich-text": "^5.1.4", "react": "^18.3.1", "react-admin": "^4.16.20", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 6bbade9..8ced642 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9573,10 +9573,10 @@ ra-i18n-polyglot@^4.16.20: node-polyglot "^2.2.2" ra-core "^4.16.20" -ra-input-rich-text@^5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.1.3.tgz#ef91b92e7e2392897284cf60985486a18d9c614d" - integrity sha512-zza30buplQMkietoSBwqbNCpu2449x5qI6gSTuHDEnDgSHiLNipqb5POpSLlpsCJog1OFoOkXkgO9zPDzDwoCg== +ra-input-rich-text@^5.1.4: + version "5.1.4" + resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-5.1.4.tgz#ada49f6fba2da477d121a6ba37c19bb77f45eab1" + integrity sha512-L7+y+ZKHNtetcLkTQh/RCKUDPAT5aXADcn0v8/+12Fda+mD0tvMA0iRQM4u73crvRbwXETxVE8EZsNB5qvme7A== dependencies: "@tiptap/core" "^2.0.3" "@tiptap/extension-color" "^2.0.3"