From 1452cd3fbf0f2e15cb33e5480744ddcbe6f48aa9 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 14 Jun 2022 16:09:30 +0800 Subject: [PATCH] feat: update cypress to 9.x We are going to update to 10.x soon after. --- packages/@vue/cli-plugin-e2e-cypress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-plugin-e2e-cypress/package.json b/packages/@vue/cli-plugin-e2e-cypress/package.json index e5b56101bb..abcb615972 100644 --- a/packages/@vue/cli-plugin-e2e-cypress/package.json +++ b/packages/@vue/cli-plugin-e2e-cypress/package.json @@ -27,7 +27,7 @@ "eslint-plugin-cypress": "^2.11.2" }, "devDependencies": { - "cypress": "^8.3.0" + "cypress": "^9.7.0" }, "peerDependencies": { "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0",