Skip to content

Commit

Permalink
Update dependencies: eslint@^5.2.0, eslint-config-airbnb@^17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jul 21, 2018
1 parent 98bc1bb commit bb5be98
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@
},
"homepage": "https://github.com/trendmicro-frontend/eslint-config-trendmicro",
"dependencies": {
"eslint-config-airbnb": "^16.1.0"
"eslint-config-airbnb": "^17.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-airbnb": "^2.4.0",
"babel-preset-env": "^1.6.1",
"babel-preset-airbnb": "^2.5.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.13.0",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.0",
"eslint": "^5.2.0",
"eslint-find-rules": "^3.3.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"in-publish": "^2.0.0",
"safe-publish-latest": "^1.1.1",
"tap": "^11.0.1"
"tap": "^12.0.1"
},
"peerDependencies": {
"eslint": "^4.13.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.0"
"eslint": "^5.2.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit bb5be98

Please sign in to comment.