Skip to content

Commit

Permalink
feat(deps): update deps, update ESLint to v5
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
ESLint has been updated to v5
  • Loading branch information
Dan Hedgecock committed Jun 27, 2018
1 parent 2ee383b commit 923fcd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"format": "prettier --write \"*.{js,md}\""
},
"dependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"babel-eslint": "~8.2.3",
"eslint": "~5.0.1",
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "~2.9.0",
"eslint-plugin-flowtype": "~2.49.3",
"eslint-plugin-import": "~2.12.0",
"eslint-plugin-import": "~2.13.0",
"eslint-plugin-jsx-a11y": "~6.0.3",
"eslint-plugin-prettier": "~2.6.0",
"eslint-plugin-react": "~7.9.1"
"eslint-plugin-prettier": "~2.6.1",
"eslint-plugin-react": "~7.10.0"
},
"devDependencies": {
"commitizen": "^2.10.1",
"cz-customizable": "^5.2.0",
"prettier": "^1.13.5",
"prettier": "^1.13.6",
"semantic-release": "^15.6.0"
},
"config": {
Expand Down

0 comments on commit 923fcd6

Please sign in to comment.