Skip to content

Commit c9ff99f

Browse files
tyao1facebook-github-bot
authored andcommitted
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
1 parent 25f6be1 commit c9ff99f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"eslint-plugin-react": "7.12.4",
138138
"eslint-plugin-react-hooks": "^2.0.1",
139139
"eslint-plugin-react-native": "3.6.0",
140-
"eslint-plugin-relay": "1.3.0",
140+
"eslint-plugin-relay": "^1.3.10",
141141
"flow-bin": "^0.106.0",
142142
"flow-remove-types": "1.2.3",
143143
"jest": "^24.8.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2756,10 +2756,10 @@ [email protected]:
27562756
prop-types "^15.6.2"
27572757
resolve "^1.9.0"
27582758

2759-
2760-
version "1.3.0"
2761-
resolved "https://registry.yarnpkg.com/eslint-plugin-relay/-/eslint-plugin-relay-1.3.0.tgz#89a0ea71489774fd1e3e79c0aed00ea817a6a7a1"
2762-
integrity sha512-50nG0qY6ukB0Zm2GM/eS2ZRVCVVaZmh+D2jiJsSqlX4AzT9oo2XOAjTX9zjxf9Nr7iCH2qzD5fU4tS9GtlMh0A==
2759+
eslint-plugin-relay@^1.3.10:
2760+
version "1.3.10"
2761+
resolved "https://registry.yarnpkg.com/eslint-plugin-relay/-/eslint-plugin-relay-1.3.10.tgz#7dbf52d19618faf0c28cc65d0ccb0db53426e562"
2762+
integrity sha512-0ZZI+8/1tL0ljzq/vE5gDuLdBT7DpYI5hEVGQ/mfw3tDUB85HsFprWn6GldmsXI9Zx66jvcyELz3qRLvVK4Jdg==
27632763
dependencies:
27642764
graphql "^14.0.0"
27652765

0 commit comments

Comments
 (0)