@jenssimon/eslint-config-typescript
Advanced tools
Comparing version 3.4.3 to 3.5.0
{ | ||
"name": "@jenssimon/eslint-config-typescript", | ||
"version": "3.4.3", | ||
"version": "3.5.0", | ||
"description": "ESLint configuration for usage with TypeScript", | ||
@@ -28,18 +28,18 @@ "main": "index.js", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"@typescript-eslint/eslint-plugin": "^5.29.0", | ||
"@typescript-eslint/parser": "^5.29.0", | ||
"eslint-plugin-deprecation": "^1.3.2" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "17.0.0", | ||
"@commitlint/config-conventional": "17.0.0", | ||
"@jenssimon/eslint-config-base": "5.4.1", | ||
"@commitlint/cli": "17.0.2", | ||
"@commitlint/config-conventional": "17.0.2", | ||
"@jenssimon/eslint-config-base": "5.5.0", | ||
"commitizen": "4.2.4", | ||
"cz-conventional-changelog": "3.3.0", | ||
"eslint": "8.16.0", | ||
"eslint": "8.18.0", | ||
"husky": "8.0.1", | ||
"npm-run-all": "4.1.5", | ||
"pinst": "3.0.0", | ||
"semantic-release": "19.0.2", | ||
"typescript": "4.6.4" | ||
"semantic-release": "19.0.3", | ||
"typescript": "4.7.4" | ||
}, | ||
@@ -46,0 +46,0 @@ "peerDependencies": { |
100451150
761