Commit cb87458 1 parent 3a12aec commit cb87458 Copy full SHA for cb87458
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 123
123
"typescript" : " ^4.4.0"
124
124
},
125
125
"peerDependencies" : {
126
- "@typescript-eslint/eslint-plugin" : " >= 4 " ,
127
- "eslint" : " >=6 "
126
+ "@typescript-eslint/eslint-plugin" : " ^4.0.0 " ,
127
+ "eslint" : " ^6.0.0 || ^7.0.0 "
128
128
},
129
129
"peerDependenciesMeta" : {
130
130
"@typescript-eslint/eslint-plugin" : {
Original file line number Diff line number Diff line change @@ -4434,8 +4434,8 @@ __metadata:
4434
4434
ts-node : ^10.2.1
4435
4435
typescript : ^4.4.0
4436
4436
peerDependencies :
4437
- " @typescript-eslint/eslint-plugin " : " >= 4 "
4438
- eslint : " >=6 "
4437
+ " @typescript-eslint/eslint-plugin " : ^4.0.0
4438
+ eslint : ^6.0.0 || ^7.0.0
4439
4439
peerDependenciesMeta :
4440
4440
" @typescript-eslint/eslint-plugin " :
4441
4441
optional : true
You can’t perform that action at this time.
0 commit comments