eslint-plugin-no-array-reduce
Advanced tools
Comparing version 1.0.46 to 1.0.47
{ | ||
"name": "eslint-plugin-no-array-reduce", | ||
"version": "1.0.46", | ||
"version": "1.0.47", | ||
"description": "ESLint rule to disallow Array.reduce() method.", | ||
@@ -27,4 +27,4 @@ "main": "./dist/index.js", | ||
"@types/node": "^17.0.21", | ||
"@typescript-eslint/eslint-plugin": "^5.13.0", | ||
"@typescript-eslint/parser": "^5.13.0", | ||
"@typescript-eslint/eslint-plugin": "^5.14.0", | ||
"@typescript-eslint/parser": "^5.14.0", | ||
"commitizen": "^4.2.4", | ||
@@ -40,3 +40,3 @@ "eslint": "^8.10.0", | ||
"semantic-release": "^19.0.2", | ||
"tsup": "^5.11.13", | ||
"tsup": "^5.12.0", | ||
"typescript": "^4.6.2" | ||
@@ -43,0 +43,0 @@ }, |
6807