From 32e738d0baf6437de754156409099fedf3320653 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Thu, 31 Oct 2024 15:40:46 +0400 Subject: [PATCH] Up gjs version --- src/app/(demos)/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(demos)/utils.ts b/src/app/(demos)/utils.ts index 7009e16..72b2a2b 100644 --- a/src/app/(demos)/utils.ts +++ b/src/app/(demos)/utils.ts @@ -1,5 +1,5 @@ const isDev = process.env.NODE_ENV !== "production"; -export const GRAPESJS_VERSION = "0.22.1"; +export const GRAPESJS_VERSION = "0.22.2"; const gjsTag = isDev ? "rc" : GRAPESJS_VERSION; export const GRAPESJS_SCRIPT = `https://unpkg.com/grapesjs@${gjsTag}`; export const GRAPESJS_STYLE = `https://unpkg.com/grapesjs@${gjsTag}/dist/css/grapes.min.css`;