From f3d37325cbeb25db2aae2f5aa7b37de7b8a06f82 Mon Sep 17 00:00:00 2001 From: Andrey Lunyov Date: Fri, 14 Feb 2020 15:58:54 -0800 Subject: [PATCH] Update relay ESLint plugin Summary: We've updated the version of plugin to 1.7.0 that includes similar fix to D19910353 ## Changelog: Changelog: [Internal] Reviewed By: kassens Differential Revision: D19912264 fbshipit-source-id: 973d4211bf56e33da427e01c9c561e15f7406ffb --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 72f2e4e71ff..e2af4846c1e 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "base64-js": "^1.1.2", "connect": "^3.6.5", "escape-string-regexp": "^1.0.5", - "eslint-plugin-relay": "1.6.0", + "eslint-plugin-relay": "1.7.0", "event-target-shim": "^5.0.1", "fbjs": "^1.0.0", "fbjs-scripts": "^1.1.0", @@ -139,7 +139,7 @@ "eslint-plugin-react": "7.12.4", "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-native": "3.8.1", - "eslint-plugin-relay": "1.6.0", + "eslint-plugin-relay": "1.7.0", "flow-bin": "^0.118.0", "flow-remove-types": "1.2.3", "jest": "^24.9.0", diff --git a/yarn.lock b/yarn.lock index ed92067bb13..ccee045095a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3083,10 +3083,10 @@ eslint-plugin-react@7.12.4: prop-types "^15.6.2" resolve "^1.9.0" -eslint-plugin-relay@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-relay/-/eslint-plugin-relay-1.6.0.tgz#983d4f56324b7bead956953cabb8f9c37d384aba" - integrity sha512-9IffG+LbalyxpDswXpsS+DGRDrWb1mrx0zeAGLkzDl26nllzBhpWtMfIjfSdtpbhT4paVn497f4HSAwEQ2CWPw== +eslint-plugin-relay@1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-relay/-/eslint-plugin-relay-1.7.0.tgz#f6cfae681381dc96db9bd700d8c33fbe9783143e" + integrity sha512-JmAMQFr9CxXFLo5BppdN/sleofrE1J/cERIgkFqnYdTq0KAeUNGnz3jO41cqcp1y92/D+KJdmEKFsPfnqnDByQ== dependencies: graphql "^14.0.0 | ^15.0.0-rc.1"