Skip to content

Commit

Permalink
fix: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmeinke committed Apr 12, 2016
1 parent 789abd2 commit 691b80a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@
],
"license": "ISC",
"devDependencies": {
"babel-eslint": "^6.0.0-beta.6",
"commitizen": "^2.7.3",
"babel-eslint": "^6.0.2",
"commitizen": "^2.7.6",
"cz-conventional-changelog": "^1.1.5",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"semantic-release": "^4.3.5"
},
"peerDependencies": {
"babel-eslint": "^6.0.0-beta.6",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-plugin-react": "^4.1.0"
"babel-eslint": "^6.0.0-0",
"eslint": "^2.0.0",
"eslint-config-airbnb": "^6.0.0 || ^7.0.0",
"eslint-plugin-react": "^4.0.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 691b80a

Please sign in to comment.