From 9ece2b10a77bd8b4cdcf084465721212dceebe65 Mon Sep 17 00:00:00 2001 From: Mumtahin Farabi Date: Sat, 3 Aug 2024 23:55:51 -0400 Subject: [PATCH] chore(deps): add eslint-plugin-playwright --- package.json | 1 + pnpm-lock.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/package.json b/package.json index a3adff28..6f023e15 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "eslint": "^8.57.0", "eslint-config-next": "^14.1.3", "eslint-plugin-format": "^0.1.2", + "eslint-plugin-playwright": "^1.6.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.9", "postcss": "^8.4.34", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index acde67cb..0882420a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -114,6 +114,9 @@ importers: eslint-plugin-format: specifier: ^0.1.2 version: 0.1.2(eslint@8.57.0) + eslint-plugin-playwright: + specifier: ^1.6.2 + version: 1.6.2(eslint@8.57.0) eslint-plugin-react-hooks: specifier: ^4.6.2 version: 4.6.2(eslint@8.57.0) @@ -1907,6 +1910,16 @@ packages: vue-eslint-parser: optional: true + eslint-plugin-playwright@1.6.2: + resolution: {integrity: sha512-mraN4Em3b5jLt01q7qWPyLg0Q5v3KAWfJSlEWwldyUXoa7DSPrBR4k6B6LROLqipsG8ndkwWMdjl1Ffdh15tag==} + engines: {node: '>=16.6.0'} + peerDependencies: + eslint: '>=8.40.0' + eslint-plugin-jest: '>=25' + peerDependenciesMeta: + eslint-plugin-jest: + optional: true + eslint-plugin-react-debug@1.8.0: resolution: {integrity: sha512-XxjUZducmM9ySsDRI9oMfNM81ssfNFPoD9xQJDuZi35KvgPFOrWINLU1VKJTWzX+wG+RIyYoadaEum/sgD9mpg==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} @@ -6093,6 +6106,11 @@ snapshots: - supports-color - typescript + eslint-plugin-playwright@1.6.2(eslint@8.57.0): + dependencies: + eslint: 8.57.0 + globals: 13.24.0 + eslint-plugin-react-debug@1.8.0(eslint@8.57.0)(typescript@5.5.4): dependencies: '@eslint-react/ast': 1.8.0(eslint@8.57.0)(typescript@5.5.4)