Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Nov 1, 2016
1 parent 0f51d4f commit 27c96dd
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 @@ -24,24 +24,25 @@
"extends": "./base.js",
"rules": {
"import/default": 0,
"import/named": 0
"import/named": 0,
"no-bitwise": 0
}
},
"peerDependencies": {
"eslint": "^3.9.0",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.0.0",
"eslint-plugin-react": "^6.0.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.4.0",
"eslint-plugin-wyze": "^2.0.0"
},
"devDependencies": {
"ava": "^0.16.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.0.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-wyze": "^2.0.0"
}
}

0 comments on commit 27c96dd

Please sign in to comment.