File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
33
33
- [ Docs] ` order ` : fix bad inline config ([ #1788 ] , thanks [ @nickofthyme ] )
34
34
- [ Tests] Add fix for Windows Subsystem for Linux ([ #1786 ] , thanks [ @manuth ] )
35
35
- [ Docs] ` no-unused-rules ` : Fix docs for unused exports ([ #1776 ] , thanks [ @barbogast ] )
36
+ - [ eslint] bump minimum v7 version to v7.2.0
36
37
37
38
## [ 2.20.2] - 2020-03-28
38
39
### Fixed
Original file line number Diff line number Diff line change 69
69
"chai" : " ^4.2.0" ,
70
70
"coveralls" : " ^3.0.6" ,
71
71
"cross-env" : " ^4.0.0" ,
72
- "eslint" : " ^2 || ^3 || ^4 || ^5 || ^6 || ^7.0.0- 0" ,
72
+ "eslint" : " ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2. 0" ,
73
73
"eslint-import-resolver-node" : " file:./resolvers/node" ,
74
74
"eslint-import-resolver-typescript" : " ^1.0.2" ,
75
75
"eslint-import-resolver-webpack" : " file:./resolvers/webpack" ,
94
94
"typescript-eslint-parser" : " ^22.0.0"
95
95
},
96
96
"peerDependencies" : {
97
- "eslint" : " ^2 || ^3 || ^4 || ^5 || ^6 || ^7.0.0- 0"
97
+ "eslint" : " ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2. 0"
98
98
},
99
99
"dependencies" : {
100
100
"array-includes" : " ^3.1.1" ,
You can’t perform that action at this time.
0 commit comments