eslint-plugin-testing-library
Advanced tools
Comparing version 5.10.2 to 5.10.3
{ | ||
"name": "eslint-plugin-testing-library", | ||
"version": "5.10.2", | ||
"version": "5.10.3", | ||
"description": "ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library", | ||
@@ -49,22 +49,22 @@ "keywords": [ | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^5.43.0" | ||
"@typescript-eslint/utils": "^5.58.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.2", | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/core": "^7.21.4", | ||
"@babel/eslint-parser": "^7.21.3", | ||
"@babel/eslint-plugin": "^7.19.1", | ||
"@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-conventional": "^17.2.0", | ||
"@commitlint/cli": "^17.5.1", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.18.3", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"@types/node": "^16.18.23", | ||
"@typescript-eslint/eslint-plugin": "^5.58.0", | ||
"@typescript-eslint/parser": "^5.58.0", | ||
"cpy-cli": "^4.2.0", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.28.0", | ||
"eslint-config-kentcdodds": "^20.4.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-doc-generator": "^1.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.1.5", | ||
"eslint": "^8.38.0", | ||
"eslint-config-kentcdodds": "^20.5.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-doc-generator": "^1.4.3", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jest-formatting": "^3.1.0", | ||
@@ -75,13 +75,13 @@ "eslint-plugin-node": "^11.1.0", | ||
"eslint-remote-tester": "^3.0.0", | ||
"eslint-remote-tester-repositories": "^1.0.0", | ||
"husky": "^8.0.2", | ||
"eslint-remote-tester-repositories": "^1.0.1", | ||
"husky": "^8.0.3", | ||
"is-ci": "^3.0.1", | ||
"jest": "^28.1.3", | ||
"lint-staged": "^13.0.3", | ||
"lint-staged": "^13.2.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "2.8.1", | ||
"prettier": "2.8.7", | ||
"semantic-release": "^19.0.5", | ||
"ts-jest": "^28.0.8", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -88,0 +88,0 @@ "peerDependencies": { |
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
245511
0
14