Skip to content

Commit d84062e

Browse files
committed
[eslint] bump minimum v7 version to v7.2.0
1 parent 199143c commit d84062e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
3333
- [Docs] `order`: fix bad inline config ([#1788], thanks [@nickofthyme])
3434
- [Tests] Add fix for Windows Subsystem for Linux ([#1786], thanks [@manuth])
3535
- [Docs] `no-unused-rules`: Fix docs for unused exports ([#1776], thanks [@barbogast])
36+
- [eslint] bump minimum v7 version to v7.2.0
3637

3738
## [2.20.2] - 2020-03-28
3839
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"chai": "^4.2.0",
7070
"coveralls": "^3.0.6",
7171
"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",
7373
"eslint-import-resolver-node": "file:./resolvers/node",
7474
"eslint-import-resolver-typescript": "^1.0.2",
7575
"eslint-import-resolver-webpack": "file:./resolvers/webpack",
@@ -94,7 +94,7 @@
9494
"typescript-eslint-parser": "^22.0.0"
9595
},
9696
"peerDependencies": {
97-
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.0.0-0"
97+
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0"
9898
},
9999
"dependencies": {
100100
"array-includes": "^3.1.1",

0 commit comments

Comments
 (0)