Skip to content

Commit be1001a

Browse files
committed
deps: update ESLint version to v6.4.0
BREAKING CHANGE: drop support for ESLint less than v6.4.0
1 parent 2ab8904 commit be1001a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"license": "MIT",
2929
"devDependencies": {
3030
"@types/react": "^16.9.9",
31-
"eslint": "^6.3.0",
31+
"eslint": "^6.4.0",
3232
"mocha": "^6.2.1",
3333
"npm-run-all": "^4.1.5",
3434
"prettier": "^1.18.2",
3535
"standard-version": "^7.0.0",
3636
"typescript": "^3.6.4"
3737
},
3838
"peerDependencies": {
39-
"eslint": "^6.0.0",
39+
"eslint": "^6.4.0",
4040
"typescript": "^3.3.3333"
4141
},
4242
"dependencies": {

0 commit comments

Comments
 (0)