Skip to content

Commit

Permalink
fix: update dependencies (#424)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Bump ESLint to v6
  • Loading branch information
gajus committed Aug 9, 2019
1 parent a6c03ba commit 091fbf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -18,10 +18,10 @@
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"eslint": "^5.13.0",
"eslint-config-canonical": "^17.3.2",
"eslint-config-canonical": "^17.3.4",
"gitdown": "^3.1.1",
"glob": "^7.1.4",
"husky": "^3.0.2",
"husky": "^3.0.3",
"jsonlint": "^1.6.3",
"mocha": "^6.2.0",
"semantic-release": "^15.13.19"
Expand All @@ -44,7 +44,7 @@
"main": "./dist/index.js",
"name": "eslint-plugin-flowtype",
"peerDependencies": {
"eslint": ">=5.0.0"
"eslint": ">=6.1.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 091fbf3

Please sign in to comment.