From 01216665d101d5f58752af5c1402002ae9da0729 Mon Sep 17 00:00:00 2001 From: Hugo Solar Date: Tue, 18 Jun 2024 15:23:12 -0400 Subject: [PATCH] update wp-env to fix e2e --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index def4033a..aaafc0b1 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@10up/cypress-wp-utils": "^0.2.0", - "@wordpress/env": "^8.7.0", + "@wordpress/env": "^2.0.0", "cypress": "^13.1.0" } }