Skip to content

Commit

Permalink
Merge pull request #10 from button/jeffrey/bump-peerdeps
Browse files Browse the repository at this point in the history
Bump all peer dependencies
  • Loading branch information
Jeffrey Luong authored Mar 6, 2020
2 parents 3ae8f93 + c8bf06a commit d24d671
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 3.0.0 March 6, 2020
- Bump all peer dependencies

* 2.2.0 June 28, 2017
- Add mocha/no-exclusive-tests rule

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-button",
"version": "2.2.0",
"version": "3.0.0",
"description": "Button's eslint config",
"main": "index.js",
"scripts": {
Expand All @@ -27,13 +27,13 @@
"homepage": "https://github.com/button/eslint-config-button#readme",
"dependencies": {},
"peerDependencies": {
"eslint": ">=3.15.0",
"babel-eslint": "^7.1.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-mocha": "^4.8.0"
"eslint": ">=6.8.0",
"babel-eslint": "^10.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-mocha": "^6.3.0"
},
"files": [
"index.js"
Expand Down

0 comments on commit d24d671

Please sign in to comment.