From e62162b20adce22a4085096f219a98ea1fe6df0a Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 12 Mar 2024 06:05:54 -0400 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0bef5477..a08583f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reablocks", - "version": "5.10.3", + "version": "5.10.4", "description": "Component library for React", "scripts": { "build": "vite build --mode library", @@ -62,7 +62,7 @@ "mousetrap": "^1.6.5", "name-initials": "^0.1.3", "pluralize": "^8.0.0", - "rdk": ">=6.6.1", + "rdk": ">=6.6.2", "react-18-input-autosize": "^3.0.0", "react-fast-compare": "^3.2.2", "react-highlight-words": "^0.20.0",