From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:58:22 +0000 (+0000) Subject: chore(deps): update dependency eslint-plugin-playwright to v1 X-Git-Tag: v3.10.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdadea4b5f8397e02cff42ae828ee201f6a1b409;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update dependency eslint-plugin-playwright to v1 --- diff --git a/template/eslint/package.json b/template/eslint/package.json index 8fe9fd55..75d557c0 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,6 +1,6 @@ { "devDependencies": { "eslint-plugin-cypress": "^2.15.1", - "eslint-plugin-playwright": "^0.22.2" + "eslint-plugin-playwright": "^1.1.1" } }