From 397e899817d31aab45dca626a0bf033408923e07 Mon Sep 17 00:00:00 2001 From: nateweller Date: Mon, 9 Dec 2024 20:08:48 +0000 Subject: [PATCH] Protect: Use ToggleControl Component From @automattic/jetpack-components (#40510) * Protect: use ToggleControl from components package --------- Co-authored-by: dkmyta Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12243240885 Upstream-Ref: Automattic/jetpack@10df0bca9e4c839dfdc47b6597db25c248f6610a --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f0f433..462ab07 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", - "@automattic/jetpack-components": "^0.64.1", + "@automattic/jetpack-components": "^0.64.2-alpha", "@automattic/jetpack-shared-extension-utils": "^0.16.1", "@wordpress/block-editor": "14.8.0", "@wordpress/components": "28.13.0",