From 0e0c7edbefa43ab35addfe7ec7c8d4ceb0c67cbc Mon Sep 17 00:00:00 2001 From: orchidblessing <63270044+orchidblessing@users.noreply.github.com> Date: Wed, 19 Apr 2023 11:15:20 +0800 Subject: [PATCH] Update package.json The original cypress version reported an error Downloading Cypress [failed] when yarn install, and it can only be compiled normally after the updated version. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d71ab8597..7a229b6c1 100644 --- a/package.json +++ b/package.json @@ -74,10 +74,10 @@ "webpack-dev-server": "^4.0.0-beta.0" }, "resolutions": { - "cypress": "=3.4.1", + "cypress": "=12.10.0", "webpack-dev-server": "=4.0.0-rc.0" }, "engines": { "node": ">=8.10" } -} \ No newline at end of file +}