From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:51:39 +0000 (+0800) Subject: chore(deps): update dependency eslint-plugin-playwright to v2 (#590) X-Git-Tag: v3.11.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bc338571b7dc2015b117c10a40156f3cfa520a;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update dependency eslint-plugin-playwright to v2 (#590) 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 e81b703b..865ae63e 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -2,6 +2,6 @@ "devDependencies": { "@vitest/eslint-plugin": "1.1.7", "eslint-plugin-cypress": "^4.0.0", - "eslint-plugin-playwright": "^1.8.3" + "eslint-plugin-playwright": "^2.0.0" } }