File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ pnpm add -D eslint eslint-plugin-functional
1919
2020``` sh
2121# Install with npm
22- npm install -D eslint @typescript-eslint/parser @typescript-eslint/type-utils @typescript-eslint/utils eslint-plugin-functional
22+ npm install -D eslint @typescript-eslint/parser eslint-plugin-functional
2323
2424# Install with yarn
25- yarn add -D eslint @typescript-eslint/parser @typescript-eslint/type-utils @typescript-eslint/utils eslint-plugin-functional
25+ yarn add -D eslint @typescript-eslint/parser eslint-plugin-functional
2626
2727# Install with pnpm
28- pnpm add -D eslint @typescript-eslint/parser @typescript-eslint/type-utils @typescript-eslint/utils eslint-plugin-functional
28+ pnpm add -D eslint @typescript-eslint/parser eslint-plugin-functional
2929```
3030
3131## Usage
Original file line number Diff line number Diff line change 6868 "npm/chalk" : " ^4.1.2"
6969 },
7070 "dependencies" : {
71- "@typescript-eslint/utils" : " ^5.49.0" ,
71+ "@typescript-eslint/type-utils" : " ^5.50.0" ,
72+ "@typescript-eslint/utils" : " ^5.50.0" ,
7273 "deepmerge-ts" : " ^4.2.2" ,
7374 "escape-string-regexp" : " ^4.0.0" ,
7475 "is-immutable-type" : " ^1.2.4" ,
Original file line number Diff line number Diff line change @@ -1403,7 +1403,7 @@ __metadata:
14031403 languageName : node
14041404 linkType : hard
14051405
1406- " @typescript-eslint/type-utils@npm:5.50.0 " :
1406+ " @typescript-eslint/type-utils@npm:5.50.0, @typescript-eslint/type-utils@npm:^5.50.0 " :
14071407 version : 5.50.0
14081408 resolution : " @typescript-eslint/type-utils@npm:5.50.0"
14091409 dependencies :
@@ -1445,7 +1445,7 @@ __metadata:
14451445 languageName : node
14461446 linkType : hard
14471447
1448- " @typescript-eslint/utils@npm:5.50.0, @typescript-eslint/utils@npm:^5.38.1, @typescript-eslint/utils@npm:^5.49 .0 " :
1448+ " @typescript-eslint/utils@npm:5.50.0, @typescript-eslint/utils@npm:^5.38.1, @typescript-eslint/utils@npm:^5.50 .0 " :
14491449 version : 5.50.0
14501450 resolution : " @typescript-eslint/utils@npm:5.50.0"
14511451 dependencies :
@@ -3417,7 +3417,8 @@ __metadata:
34173417 " @types/semver " : 7.3.13
34183418 " @typescript-eslint/eslint-plugin " : 5.50.0
34193419 " @typescript-eslint/parser " : 5.50.0
3420- " @typescript-eslint/utils " : ^5.49.0
3420+ " @typescript-eslint/type-utils " : ^5.50.0
3421+ " @typescript-eslint/utils " : ^5.50.0
34213422 ava : 5.1.1
34223423 babel-eslint : 10.1.0
34233424 chalk : 4.1.2
You can’t perform that action at this time.
0 commit comments