eslint-plugin-testing-library
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "eslint-plugin-testing-library", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "ESLint rules for Testing Library", | ||
@@ -45,18 +45,18 @@ "keywords": [ | ||
"dependencies": { | ||
"@typescript-eslint/experimental-utils": "^5.5.0" | ||
"@typescript-eslint/experimental-utils": "^5.9.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-plugin": "^7.14.5", | ||
"@commitlint/cli": "^16.0.1", | ||
"@babel/eslint-plugin": "^7.16.5", | ||
"@commitlint/cli": "^16.0.2", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@types/jest": "^27.0.3", | ||
"@types/node": "^16.11.11", | ||
"@typescript-eslint/eslint-plugin": "^5.5.0", | ||
"@typescript-eslint/parser": "^5.5.0", | ||
"@types/jest": "^27.4.0", | ||
"@types/node": "^16.11.19", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"cpy-cli": "^3.1.1", | ||
"eslint": "^7.32.0", | ||
"eslint-config-kentcdodds": "^19.2.0", | ||
"eslint": "^8.6.0", | ||
"eslint-config-kentcdodds": "^20.0.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-jest": "^25.3.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jest": "^25.3.4", | ||
"eslint-plugin-jest-formatting": "^3.1.0", | ||
@@ -66,8 +66,8 @@ "eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-remote-tester": "^2.0.1", | ||
"eslint-remote-tester": "^2.1.1", | ||
"eslint-remote-tester-repositories": "^0.0.3", | ||
"husky": "^7.0.4", | ||
"is-ci": "^3.0.1", | ||
"jest": "^27.4.2", | ||
"lint-staged": "^12.1.2", | ||
"jest": "^27.4.7", | ||
"lint-staged": "^12.1.7", | ||
"prettier": "2.5.1", | ||
@@ -77,3 +77,3 @@ "semantic-release": "^18.0.1", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.2" | ||
"typescript": "^4.5.4" | ||
}, | ||
@@ -80,0 +80,0 @@ "peerDependencies": { |
@@ -386,2 +386,3 @@ <div align="center"> | ||
<td align="center"><a href="https://codepen.io/ariperkkio/"><img src="https://avatars.githubusercontent.com/u/14806298?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ari Perkkiö</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-testing-library/commits?author=AriPerkkio" title="Tests">⚠️</a></td> | ||
<td align="center"><a href="https://diegocasmo.github.io/"><img src="https://avatars.githubusercontent.com/u/4553097?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Diego Castillo</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-testing-library/commits?author=diegocasmo" title="Code">💻</a></td> | ||
</tr> | ||
@@ -388,0 +389,0 @@ </table> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222721
420