From 7f2cbfaea6b19dab1b35cb67b2a85bd430f2462d Mon Sep 17 00:00:00 2001 From: Ella <4710635+ellatrix@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:33:45 +0200 Subject: [PATCH 1/2] 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 87f8014988268..afa41e4da68b9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "gutenberg": { - "ref": "022d8dd3d461f91b15c1f0410649d3ebb027207f" + "ref": "c92d8f852f7d3e7fbbb1119f6ef6c58ec25be334" }, "engines": { "node": ">=20.10.0", @@ -145,4 +145,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 +} From e9e1cd27b27604f95ea99e257aadeff695b508ec Mon Sep 17 00:00:00 2001 From: Ella <4710635+ellatrix@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:09:56 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afa41e4da68b9..011882382d441 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "gutenberg": { - "ref": "c92d8f852f7d3e7fbbb1119f6ef6c58ec25be334" + "ref": "e499abfb843a43ac88455ca319220c5f181e1cf3" }, "engines": { "node": ">=20.10.0",