Skip to content

Commit

Permalink
Upgrade eslint-plugin-relay to 1.3.11
Browse files Browse the repository at this point in the history
Summary:
Bump eslint-plugin-relay version to 1.3.11 on fbsource
`js1 upgrade dependency --package eslint-plugin-relay@1.3.11`

And enable lint rule for checking second argument on relay hooks

Reviewed By: jstejada

Differential Revision: D17261273

fbshipit-source-id: 1d898535079ba5b7a7ee0d179e6e68f6a5e2bd46
  • Loading branch information
tyao1 authored and facebook-github-bot committed Sep 10, 2019
1 parent 1bff38a commit 76ace47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"connect": "^3.6.5",
"create-react-class": "^15.6.3",
"escape-string-regexp": "^1.0.5",
"eslint-plugin-relay": "1.3.11",
"event-target-shim": "^5.0.1",
"fbjs": "^1.0.0",
"fbjs-scripts": "^1.1.0",
Expand Down Expand Up @@ -138,7 +139,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.10",
"eslint-plugin-relay": "1.3.11",
"flow-bin": "^0.107.0",
"flow-remove-types": "1.2.3",
"jest": "^24.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2756,10 +2756,10 @@ eslint-plugin-react@7.12.4:
prop-types "^15.6.2"
resolve "^1.9.0"

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==
eslint-plugin-relay@1.3.11:
version "1.3.11"
resolved "https://registry.yarnpkg.com/eslint-plugin-relay/-/eslint-plugin-relay-1.3.11.tgz#d3946799a188ed527df4b3ec5793200287e39189"
integrity sha512-bUUphD8zk0sntX+AaP6Yx+WAkAICGc2cKpEOU1mKCUxzOpiZYoZHq/t9igTWtM1psQjdp/NpvVup18p/FGSgcg==
dependencies:
graphql "^14.0.0"

Expand Down

0 comments on commit 76ace47

Please sign in to comment.