eslint-plugin-no-array-reduce
Advanced tools
Comparing version 1.0.39 to 1.0.40
{ | ||
"name": "eslint-plugin-no-array-reduce", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "ESLint rule to disallow Array.reduce() method.", | ||
@@ -22,9 +22,9 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@commitlint/cli": "^16.0.1", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@types/eslint": "^8.2.1", | ||
"@types/estree": "0.0.50", | ||
"@types/node": "^17.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.8.0", | ||
"@typescript-eslint/parser": "^5.8.0", | ||
"@types/node": "^17.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.8.1", | ||
"@typescript-eslint/parser": "^5.8.1", | ||
"commitizen": "^4.2.4", | ||
@@ -36,7 +36,7 @@ "eslint": "^8.5.0", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.1.3", | ||
"lint-staged": "^12.1.4", | ||
"prettier": "^2.5.1", | ||
"pretty-quick": "^3.1.2", | ||
"pretty-quick": "^3.1.3", | ||
"semantic-release": "^18.0.1", | ||
"tsup": "^5.11.7", | ||
"tsup": "^5.11.9", | ||
"typescript": "^4.5.4" | ||
@@ -43,0 +43,0 @@ }, |