Merge pull request #5345 from pichalite/devdeps

Update dev dependencies
v1.18.x
Julian Lam 8 years ago committed by GitHub
commit f6900f2500

@ -105,6 +105,7 @@
"object-property-newline": "off", "object-property-newline": "off",
"no-continue": "off", "no-continue": "off",
"no-extra-semi": "off", "no-extra-semi": "off",
"no-spaced-func": "off" "no-spaced-func": "off",
"no-useless-return": "off"
} }
} }

@ -97,15 +97,15 @@
}, },
"devDependencies": { "devDependencies": {
"coveralls": "^2.11.14", "coveralls": "^2.11.14",
"eslint": "^3.7.1", "eslint": "^3.12.0",
"eslint-config-airbnb": "^12.0.0", "eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^1.16.0", "eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1", "eslint-plugin-react": "^6.8.0",
"grunt": "~0.4.5", "grunt": "~1.0.0",
"grunt-contrib-watch": "^1.0.0", "grunt-contrib-watch": "^1.0.0",
"istanbul": "^0.4.2", "istanbul": "^0.4.2",
"mocha": "~3.1.0", "mocha": "~3.2.0",
"mocha-lcov-reporter": "^1.2.0", "mocha-lcov-reporter": "^1.2.0",
"xmlhttprequest": "1.8.0", "xmlhttprequest": "1.8.0",
"xmlhttprequest-ssl": "1.5.3" "xmlhttprequest-ssl": "1.5.3"

Loading…
Cancel
Save