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
This commit is contained in:
Andrey Lunyov
2020-02-14 16:01:27 -08:00
committed by Facebook Github Bot
parent 8c493804f3
commit f3d37325cb
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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",
+4 -4
View File
@@ -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"