@jenssimon/eslint-config-typescript
Advanced tools
Comparing version 3.6.4 to 3.6.5
{ | ||
"name": "@jenssimon/eslint-config-typescript", | ||
"version": "3.6.4", | ||
"version": "3.6.5", | ||
"description": "ESLint configuration for usage with TypeScript", | ||
@@ -31,5 +31,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.38.1", | ||
"@typescript-eslint/parser": "^5.38.1", | ||
"eslint-plugin-deprecation": "^1.3.2" | ||
"@typescript-eslint/eslint-plugin": "5.39.0", | ||
"@typescript-eslint/parser": "5.39.0", | ||
"eslint-plugin-deprecation": "1.3.2" | ||
}, | ||
@@ -39,4 +39,4 @@ "devDependencies": { | ||
"@commitlint/config-conventional": "17.1.0", | ||
"@jenssimon/eslint-config-base": "6.3.3", | ||
"@types/node": "18.7.23", | ||
"@jenssimon/eslint-config-base": "6.3.6", | ||
"@types/node": "18.8.2", | ||
"commitizen": "4.2.5", | ||
@@ -51,3 +51,3 @@ "cz-conventional-changelog": "3.3.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.8.3" | ||
"typescript": "4.8.4" | ||
}, | ||
@@ -58,5 +58,2 @@ "peerDependencies": { | ||
}, | ||
"resolutions": { | ||
"minimist": "1.2.6" | ||
}, | ||
"eslintConfig": { | ||
@@ -63,0 +60,0 @@ "extends": [ |
@@ -1,2 +0,2 @@ | ||
[![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][gh-status-image]][gh-url] | ||
[![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][gh-checks-image]][gh-url] | ||
@@ -28,2 +28,2 @@ # eslint-config-typescript | ||
[gh-forks-image]: https://badgen.net/github/forks/jenssimon/eslint-config-typescript | ||
[gh-status-image]: https://badgen.net/github/status/jenssimon/eslint-config-typescript | ||
[gh-checks-image]: https://badgen.net/github/checks/jenssimon/eslint-config-typescript |
7734
+ Added@typescript-eslint/eslint-plugin@5.39.0(transitive)
+ Added@typescript-eslint/experimental-utils@5.62.0(transitive)
+ Added@typescript-eslint/parser@5.39.0(transitive)
+ Added@typescript-eslint/scope-manager@5.39.0(transitive)
+ Added@typescript-eslint/type-utils@5.39.0(transitive)
+ Added@typescript-eslint/types@5.39.0(transitive)
+ Added@typescript-eslint/typescript-estree@5.39.0(transitive)
+ Added@typescript-eslint/utils@5.39.0(transitive)
+ Added@typescript-eslint/visitor-keys@5.39.0(transitive)
+ Addedeslint-plugin-deprecation@1.3.2(transitive)
+ Addedeslint-utils@3.0.0(transitive)
+ Addedeslint-visitor-keys@2.1.0(transitive)
+ Addedregexpp@3.2.0(transitive)
+ Addedtypescript@4.9.5(transitive)
- Removed@typescript-eslint/eslint-plugin@5.62.0(transitive)
- Removed@typescript-eslint/parser@5.62.0(transitive)
- Removed@typescript-eslint/scope-manager@6.21.0(transitive)
- Removed@typescript-eslint/type-utils@5.62.0(transitive)
- Removed@typescript-eslint/types@6.21.0(transitive)
- Removed@typescript-eslint/typescript-estree@6.21.0(transitive)
- Removed@typescript-eslint/utils@6.21.0(transitive)
- Removed@typescript-eslint/visitor-keys@6.21.0(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedeslint-plugin-deprecation@1.6.0(transitive)
- Removedminimatch@9.0.3(transitive)
- Removednatural-compare-lite@1.4.0(transitive)
- Removedts-api-utils@1.4.3(transitive)