From 4bc35d2f78934acbb27186a0128665b3dea2c157 Mon Sep 17 00:00:00 2001 From: anomiex Date: Thu, 21 Nov 2024 16:22:32 +0000 Subject: [PATCH] Update wordpress monorepo (#40288) Co-authored-by: Renovate Bot Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11957107408 Upstream-Ref: Automattic/jetpack@88204ab00dc607b193511fea05c6d116e25c4d9b --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 63a80e1..d45fa36 100644 --- a/package.json +++ b/package.json @@ -25,17 +25,17 @@ "watch": "pnpm run build && pnpm webpack watch" }, "dependencies": { - "@automattic/jetpack-connection": "^0.35.18", + "@automattic/jetpack-connection": "^0.35.19-alpha", "@automattic/jetpack-idc": "workspace:*", - "@wordpress/data": "10.11.0", - "@wordpress/element": "6.11.0" + "@wordpress/data": "10.12.0", + "@wordpress/element": "6.12.0" }, "devDependencies": { "@automattic/jetpack-webpack-config": "workspace:*", "@babel/core": "7.26.0", "@babel/preset-env": "7.26.0", "@babel/runtime": "7.26.0", - "@wordpress/browserslist-config": "6.11.0", + "@wordpress/browserslist-config": "6.12.0", "glob": "10.4.1", "react": "18.2.0", "react-dom": "18.2.0",