mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 19:38:05 -05:00
[eslint config] [deps] update eslint, eslint-config-airbnb-base, eslint-plugin-react
This commit is contained in:
@@ -48,27 +48,27 @@
|
||||
},
|
||||
"homepage": "https://github.com/airbnb/javascript",
|
||||
"dependencies": {
|
||||
"eslint-config-airbnb-base": "^12.0.0"
|
||||
"eslint-config-airbnb-base": "^12.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-preset-airbnb": "^2.4.0",
|
||||
"babel-tape-runner": "^2.0.1",
|
||||
"editorconfig-tools": "^0.1.1",
|
||||
"eslint": "^4.6.0",
|
||||
"eslint": "^4.8.0",
|
||||
"eslint-find-rules": "^3.1.1",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||
"eslint-plugin-react": "^7.3.0",
|
||||
"eslint-plugin-react": "^7.4.0",
|
||||
"in-publish": "^2.0.0",
|
||||
"react": ">= 0.13.0",
|
||||
"safe-publish-latest": "^1.1.1",
|
||||
"tape": "^4.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^4.6.0",
|
||||
"eslint": "^4.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-react": "^7.3.0"
|
||||
"eslint-plugin-react": "^7.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
|
||||
Reference in New Issue
Block a user