eslint-plugin-no-array-reduce
Advanced tools
Comparing version 1.0.34 to 1.0.35
{ | ||
"name": "eslint-plugin-no-array-reduce", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "ESLint rule to disallow Array.reduce() method.", | ||
@@ -30,3 +30,3 @@ "main": "./dist/index.js", | ||
"commitizen": "^4.2.4", | ||
"eslint": "^8.2.0", | ||
"eslint": "^8.3.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -36,7 +36,7 @@ "eslint-plugin-import": "^2.25.3", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.0.3", | ||
"lint-staged": "^12.1.2", | ||
"prettier": "^2.4.1", | ||
"pretty-quick": "^3.1.2", | ||
"semantic-release": "^18.0.0", | ||
"tsup": "^5.7.4", | ||
"tsup": "^5.8.0", | ||
"typescript": "^4.5.2" | ||
@@ -43,0 +43,0 @@ }, |