eslint-plugin-no-array-reduce
Advanced tools
Comparing version 1.0.23 to 1.0.24
{ | ||
"name": "eslint-plugin-no-array-reduce", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "ESLint rule to disallow Array.reduce() method.", | ||
@@ -26,3 +26,3 @@ "main": "./dist/index.js", | ||
"@types/estree": "0.0.50", | ||
"@types/node": "^16.7.2", | ||
"@types/node": "^16.7.6", | ||
"@typescript-eslint/eslint-plugin": "^4.29.3", | ||
@@ -41,3 +41,3 @@ "@typescript-eslint/parser": "^4.29.3", | ||
"tsup": "^4.14.0", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.4.2" | ||
}, | ||
@@ -44,0 +44,0 @@ "peerDependencies": { |