From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:12:42 +0000 (+0800) Subject: chore(deps): update dependency eslint-plugin-cypress to v4 (#581) X-Git-Tag: v3.11.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a47ae1bd0502c73825488ec5f5911d31d148fa;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update dependency eslint-plugin-cypress to v4 (#581) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/template/eslint/package.json b/template/eslint/package.json index d12bad94..7e1b2bfd 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@vitest/eslint-plugin": "1.1.7", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^4.0.0", "eslint-plugin-playwright": "^1.7.0" } }