From 7034a9644f8829c87b8ba1e1dce54091f6cee070 Mon Sep 17 00:00:00 2001 From: Ella <4710635+ellatrix@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:28:48 +0100 Subject: [PATCH] Update Gutenberg ref in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f4c110c5dacec..2c1fec5f349ff 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "gutenberg": { - "ref": "b441348bb7e05af351c250b74283f253acaf9138" + "ref": "23b566c72e9c4a36219ef5d6e62890f05551f6cb" }, "engines": { "node": ">=20.10.0", @@ -139,4 +139,4 @@ "sync-gutenberg-packages": "grunt sync-gutenberg-packages", "postsync-gutenberg-packages": "grunt wp-packages:sync-stable-blocks && grunt build --dev && grunt build" } -} \ No newline at end of file +}