Skip to content

Commit

Permalink
Update eslint-config-airbnb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thrucker committed Jul 25, 2017
1 parent 8185be3 commit fe5d17a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/eslint-config-actano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-actano",
"version": "7.0.0",
"version": "7.1.0",
"author": "Actano GmbH (https://rplan.com/)",
"license": "MIT",
"description": "Beautiful Javascript code at Actano",
Expand All @@ -16,15 +16,15 @@
"styleguide"
],
"dependencies": {
"eslint-config-airbnb": "^15.0.1"
"eslint-config-airbnb": "^15.1.0"
},
"engines": {
"node": ">= 4"
},
"peerDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1"
"eslint": "^4.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0"
}
}

0 comments on commit fe5d17a

Please sign in to comment.