From 284c4561d325dbf171fa02793e8037d0e66a917e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 01:29:38 +0000 Subject: [PATCH] Bump ra-input-rich-text from 4.14.4 to 4.14.5 (#739) Bumps [ra-input-rich-text](https://github.com/marmelab/react-admin) from 4.14.4 to 4.14.5. - [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/v4.14.4...v4.14.5) --- 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 c1a6bd2..1ebf948 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "axios": "^1.5.1", "prop-types": "^15.8.1", "ra-data-feathers": "^2.9.4", - "ra-input-rich-text": "^4.14.4", + "ra-input-rich-text": "^4.14.5", "react": "^18.2.0", "react-admin": "^4.14.4", "react-dom": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 0c223ed..e56a8d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9332,10 +9332,10 @@ ra-i18n-polyglot@^4.14.4: node-polyglot "^2.2.2" ra-core "^4.14.4" -ra-input-rich-text@^4.14.4: - version "4.14.4" - resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-4.14.4.tgz#462781a91824b311863a2b56d1a2a8cb9f179e88" - integrity sha512-a/9cNwKGND26UB7A/S2ktVzeJWBsiqpBDwxgKOFXYK9q20NrSpi2kOxHuwL2tboSPOxN3c+avPdNehNGm1ig8Q== +ra-input-rich-text@^4.14.5: + version "4.14.5" + resolved "https://registry.yarnpkg.com/ra-input-rich-text/-/ra-input-rich-text-4.14.5.tgz#db933f9de11f1ecf4f967713e51d44bfa959467a" + integrity sha512-XPPFFfbenZIlQSpdo79dxnm02aBvDmustJCJxgZDL8Y4m8+DBoWWHUfucvkujwqz8zyVChYExZIxQw4GBTAtDw== dependencies: "@tiptap/core" "^2.0.3" "@tiptap/extension-color" "^2.0.3"