From b8189b927730712f30e7d25067b425b672c45058 Mon Sep 17 00:00:00 2001 From: anomiex Date: Tue, 2 May 2023 13:58:07 +0000 Subject: [PATCH] Update wordpress monorepo (#30375) * Update wordpress monorepo * Remove `@types/wordpress__components` GB switched to including types in the package instead of using a `@types/` package. This also necessitated some code changes, since they're not publishing the component props (see WordPress/gutenberg#50157). Also of note is that their types for `ClipboardButton` are broken, in that they didn't declare that it also accepts all `Button`'s props. Since that component is deprecated anyway, we just replace use of it with the designated replacement. --------- Co-authored-by: Renovate Bot Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/4861850947 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6eda6bd..16a21bf 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.51.7", + "automattic/jetpack-connection": "^1.51.8-alpha", "automattic/jetpack-status": "^1.17.0" }, "require-dev": {