From 0b39a82c65ed4f5264dfc6e1d678b2370f5df7d6 Mon Sep 17 00:00:00 2001 From: harasunu-narayan <60644555+harasunu-narayan@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:50:27 +0530 Subject: [PATCH] Update to v4.2.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8196921c..cbc0397f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-froala-wysiwyg", - "version": "4.2.0", + "version": "4.2.1", "description": "React component for Froala WYSIWYG HTML rich text editor.", "main": "index.js", "types": "./lib/index.d.ts", @@ -23,7 +23,7 @@ }, "dependencies": { "create-react-class": "^15.5.2", - "froala-editor": "4.2.0" + "froala-editor": "4.2.1" }, "devDependencies": { "@babel/cli": "^7.0.0",