From 839a8bbf8f391bbdbdccefb2fb238427949b3039 Mon Sep 17 00:00:00 2001 From: anomiex Date: Wed, 2 Oct 2024 16:12:51 +0000 Subject: [PATCH] Update wordpress monorepo (#39594) * Update wordpress monorepo * Update test for Modal close animation * Remove obsolete `@types/wordpress__media-utils`, as `@wordpress/media-utils` contains types now. Fix one type. --------- Co-authored-by: Renovate Bot Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11147293617 Upstream-Ref: Automattic/jetpack@2b8fce1eb038c50375eb05f1fd6960addf81af7f --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 965fa3c..55f3c33 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "semver": "^7.3.5" }, "devDependencies": { - "@wordpress/browserslist-config": "6.7.0", + "@wordpress/browserslist-config": "6.8.1", "eslint": "8.57.0", "eslint-plugin-es-x": "7.8.0", "globals": "15.4.0",