From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:10:22 +0000 (+0000) Subject: chore(deps): update dependency eslint-plugin-cypress to v3 X-Git-Tag: v3.10.4~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f55909f96376c7129705b39c6dbd344c2d8f1322;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update dependency eslint-plugin-cypress to v3 --- diff --git a/template/eslint/package.json b/template/eslint/package.json index 8921ac6a..a7e7202d 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.0.2", "eslint-plugin-playwright": "^1.6.0" } }