@jenssimon/eslint-config-typescript
Advanced tools
Comparing version 3.6.3 to 3.6.4
{ | ||
"name": "@jenssimon/eslint-config-typescript", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"description": "ESLint configuration for usage with TypeScript", | ||
@@ -31,4 +31,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.38.0", | ||
"@typescript-eslint/parser": "^5.38.0", | ||
"@typescript-eslint/eslint-plugin": "^5.38.1", | ||
"@typescript-eslint/parser": "^5.38.1", | ||
"eslint-plugin-deprecation": "^1.3.2" | ||
@@ -40,5 +40,6 @@ }, | ||
"@jenssimon/eslint-config-base": "6.3.3", | ||
"@types/node": "18.7.23", | ||
"commitizen": "4.2.5", | ||
"cz-conventional-changelog": "3.3.0", | ||
"eslint": "8.23.1", | ||
"eslint": "8.24.0", | ||
"husky": "8.0.1", | ||
@@ -56,2 +57,5 @@ "lint-staged": "13.0.3", | ||
}, | ||
"resolutions": { | ||
"minimist": "1.2.6" | ||
}, | ||
"eslintConfig": { | ||
@@ -58,0 +62,0 @@ "extends": [ |
7786
14