Bump eslint-plugin-playwright from 0.10.0 to 0.12.0 in /tracker (#2722)

Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.10.0 to 0.12.0.
- [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
- [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.10.0...v0.12.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-30 14:11:22 -03:00 committed by GitHub
parent e71e3717b3
commit 3a9f528724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-plugin-playwright": "^0.10.0"
"eslint-plugin-playwright": "^0.12.0"
}
},
"node_modules/@eslint/eslintrc": {
@ -531,9 +531,9 @@
}
},
"node_modules/eslint-plugin-playwright": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.10.0.tgz",
"integrity": "sha512-67iCGx4UZS8Z/Z9CcNbWjoJ7v5t7awfV2REm6hjEywYhE36GsOwGzgvDJ+dYdNwC1enLxFijUvwzfnIUin+5DA==",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.12.0.tgz",
"integrity": "sha512-KXuzQjVzca5irMT/7rvzJKsVDGbQr43oQPc8i+SLEBqmfrTxlwMwRqfv9vtZqh4hpU0jmrnA/EOfwtls+5QC1w==",
"dev": true,
"peerDependencies": {
"eslint": ">=7",

View File

@ -14,6 +14,6 @@
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-plugin-playwright": "^0.10.0"
"eslint-plugin-playwright": "^0.12.0"
}
}