From e6bc338571b7dc2015b117c10a40156f3cfa520a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:51:39 +0800 Subject: [PATCH] chore(deps): update dependency eslint-plugin-playwright to v2 (#590) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- template/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } -- 2.39.5