Skip to content

Commit

Permalink
bump peerDependencies and engines
Browse files Browse the repository at this point in the history
  • Loading branch information
tw0517tw committed May 30, 2019
1 parent 256aeb5 commit 4a74420
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"react": "^16.8.6"
},
"peerDependencies": {
"eslint": "^5.14.1",
"eslint-plugin-import": "^2.16.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.0.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.3.0"
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.4.0"
},
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
"node": "^6.14.0 || ^8.10.0 || >=10.0.0"
}
}

0 comments on commit 4a74420

Please sign in to comment.