From c9ff99f18e5b4e464d8299bcb4c4ebdc12445f29 Mon Sep 17 00:00:00 2001 From: Tianyu Yao Date: Tue, 27 Aug 2019 09:50:32 -0700 Subject: [PATCH] Upgrade eslint-plugin-relay to 1.3.10 Summary: Bump eslint-plugin-relay version to 1.3.10 which contains fix for JS errors that blocks enabling the rules. Reviewed By: kassens Differential Revision: D17052055 fbshipit-source-id: 74867c16d128d2c0767e92861575ffcbe20370cc --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 24b05859ed2..c2fdec4ef2e 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "eslint-plugin-react": "7.12.4", "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-native": "3.6.0", - "eslint-plugin-relay": "1.3.0", + "eslint-plugin-relay": "^1.3.10", "flow-bin": "^0.106.0", "flow-remove-types": "1.2.3", "jest": "^24.8.0", diff --git a/yarn.lock b/yarn.lock index b731c5989c2..bf7ef0e3a07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2756,10 +2756,10 @@ eslint-plugin-react@7.12.4: prop-types "^15.6.2" resolve "^1.9.0" -eslint-plugin-relay@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-relay/-/eslint-plugin-relay-1.3.0.tgz#89a0ea71489774fd1e3e79c0aed00ea817a6a7a1" - integrity sha512-50nG0qY6ukB0Zm2GM/eS2ZRVCVVaZmh+D2jiJsSqlX4AzT9oo2XOAjTX9zjxf9Nr7iCH2qzD5fU4tS9GtlMh0A== +eslint-plugin-relay@^1.3.10: + version "1.3.10" + resolved "https://registry.yarnpkg.com/eslint-plugin-relay/-/eslint-plugin-relay-1.3.10.tgz#7dbf52d19618faf0c28cc65d0ccb0db53426e562" + integrity sha512-0ZZI+8/1tL0ljzq/vE5gDuLdBT7DpYI5hEVGQ/mfw3tDUB85HsFprWn6GldmsXI9Zx66jvcyELz3qRLvVK4Jdg== dependencies: graphql "^14.0.0"