eslint-plugin-no-array-reduce
Advanced tools
Comparing version 1.0.21 to 1.0.22
{ | ||
"name": "eslint-plugin-no-array-reduce", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "ESLint rule to disallow Array.reduce() method.", | ||
@@ -26,5 +26,5 @@ "main": "./dist/index.js", | ||
"@types/estree": "0.0.50", | ||
"@types/node": "^16.4.9", | ||
"@typescript-eslint/eslint-plugin": "^4.28.5", | ||
"@typescript-eslint/parser": "^4.28.5", | ||
"@types/node": "^16.4.13", | ||
"@typescript-eslint/eslint-plugin": "^4.29.0", | ||
"@typescript-eslint/parser": "^4.29.0", | ||
"commitizen": "^4.2.4", | ||
@@ -36,7 +36,7 @@ "eslint": "^7.31.0", | ||
"husky": "^7.0.1", | ||
"lint-staged": "^11.1.1", | ||
"lint-staged": "^11.1.2", | ||
"prettier": "^2.3.2", | ||
"pretty-quick": "^3.1.1", | ||
"semantic-release": "^17.4.4", | ||
"tsup": "^4.12.5", | ||
"tsup": "^4.13.1", | ||
"typescript": "^4.3.5" | ||
@@ -43,0 +43,0 @@ }, |
5943