Skip to content

Commit b907ad2

Browse files
committed
unpin eslint-plugin-playwright
1 parent 04de6c5 commit b907ad2

File tree

3 files changed

+9
-55
lines changed

3 files changed

+9
-55
lines changed

scripts/check-dependencies/check-dependencies.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ const ignore = {
33
'mkdirp',
44
'webpack',
55
],
6-
'tests/eslint': [
7-
// https://github.com/mskelton/eslint-plugin-playwright/issues/425
8-
'eslint-plugin-playwright',
9-
],
106
'tests/observables': [
117
'moon-unit',
128
],

tests/eslint/package-lock.json

Lines changed: 8 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint-plugin-name": "^0.0.1",
1919
"eslint-plugin-node-dependencies": "^1.3.0",
2020
"eslint-plugin-package-json": "^0.88.3",
21-
"eslint-plugin-playwright": "2.5.1",
21+
"eslint-plugin-playwright": "^2.6.1",
2222
"eslint-plugin-promise": "^7.2.1",
2323
"eslint-plugin-qunit": "^8.2.6",
2424
"eslint-plugin-redos": "^4.5.0",

0 commit comments

Comments
 (0)