Skip to content

Commit

Permalink
Update outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungmi.k committed May 30, 2017
1 parent 3190723 commit e158099
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
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ridibooks",
"version": "1.1.2",
"version": "2.0.0",
"description": "Ridibooks' ESLint configs for Javascript",
"main": "index.js",
"files": [
Expand All @@ -27,15 +27,15 @@
},
"homepage": "https://github.com/ridibooks/eslint-config-ridibooks#readme",
"dependencies": {
"eslint-config-airbnb": "^14.0.0",
"eslint-config-airbnb": "^15.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0"
"eslint-plugin-jsx-a11y": "^5.0.0",
"eslint-plugin-react": "^7.0.0"
},
"devDependencies": {
"eslint": "^3.13.1"
"eslint": "^3.19.0"
},
"peerDependencies": {
"eslint": "^3.13.1"
"eslint": "^3.19.0"
}
}

0 comments on commit e158099

Please sign in to comment.