From 6da7597e405f46e5902e1b3db0489d570edbaad1 Mon Sep 17 00:00:00 2001 From: harasunu-narayan <60644555+harasunu-narayan@users.noreply.github.com> Date: Tue, 1 Feb 2022 21:33:02 +0530 Subject: [PATCH] Update to v4.0.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b73ddf8c..37f5d633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-froala-wysiwyg", - "version": "4.0.8", + "version": "4.0.9", "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.0.8" + "froala-editor": "4.0.9" }, "devDependencies": { "@babel/cli": "^7.0.0",