Skip to content

Commit 4486c7d

Browse files
authored
fix: eslint peerDeps version should be 5.3.0 (#51)
1 parent fce94d3 commit 4486c7d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. See [standa
2323
* this adds new errors for Async Functions
2424
* [require-atomic-updates](https://eslint.org/docs/rules/require-atomic-updates)
2525
* [no-async-promise-executor](https://eslint.org/docs/rules/no-async-promise-executor)
26+
* update minimum required ESLint version to 5.3.0
2627
* update minimum required pretter version to 1.13.0
2728

2829

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"standard-version": "^4.4.0"
3535
},
3636
"peerDependencies": {
37-
"eslint": "^5.0.0"
37+
"eslint": "^5.3.0"
3838
},
3939
"dependencies": {
4040
"babel-eslint": "^9.0.0",

0 commit comments

Comments
 (0)