diff --git a/package.json b/package.json index 25a754e..6f60bf2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "coveralls": "^3.0.2", "eslint": "5.14.1", "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "^4.0.0", + "eslint-config-prettier": "^6.0.0", "eslint-plugin-flowtype": "^3.2.1", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index e0b102a..95171bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1810,10 +1810,10 @@ eslint-config-airbnb@17.1.0: object.assign "^4.1.0" object.entries "^1.0.4" -eslint-config-prettier@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.0.0.tgz#16cedeea0a56e74de60dcbbe3be0ab2c645405b9" - integrity sha512-kWuiJxzV5NwOwZcpyozTzDT5KJhBw292bbYro9Is7BWnbNMg15Gmpluc1CTetiCatF8DRkNvgPAOaSyg+bYr3g== +eslint-config-prettier@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25" + integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA== dependencies: get-stdin "^6.0.0"