Skip to content

Commit f9d2e2a

Browse files
committed
Update resolution in package.json
1 parent 3fbcc48 commit f9d2e2a

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"resolutions": {
1010
"gatsby/graphql": "0.10.5",
1111
"gatsby/react": "16.0.0",
12-
"gatsby/react-dom": "16.0.0"
12+
"gatsby/react-dom": "16.0.0",
13+
"eslint-plugin-relay/graphql": "0.10.5"
1314
},
1415
"dependencies": {
1516
"@gaearon/react-live": "1.7.1-with-safari-fix",

yarn.lock

+2-8
Original file line numberDiff line numberDiff line change
@@ -4485,18 +4485,12 @@ graphql-skip-limit@^1.0.6:
44854485
dependencies:
44864486
babel-runtime "^6.26.0"
44874487

4488-
[email protected], graphql@^0.10.3, graphql@^0.10.5:
4488+
[email protected], graphql@^0.10.3, graphql@^0.10.5, graphql@^0.11.3:
44894489
version "0.10.5"
44904490
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.5.tgz#c9be17ca2bdfdbd134077ffd9bbaa48b8becd298"
44914491
dependencies:
44924492
iterall "^1.1.0"
44934493

4494-
graphql@^0.11.3:
4495-
version "0.11.7"
4496-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
4497-
dependencies:
4498-
iterall "1.1.3"
4499-
45004494
gray-matter@^2.1.0:
45014495
version "2.1.1"
45024496
resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-2.1.1.tgz#3042d9adec2a1ded6a7707a9ed2380f8a17a430e"
@@ -5466,7 +5460,7 @@ [email protected]:
54665460
version "2.1.1"
54675461
resolved "https://registry.yarnpkg.com/items/-/items-2.1.1.tgz#8bd16d9c83b19529de5aea321acaada78364a198"
54685462

5469-
iterall@1.1.3, iterall@^1.1.0:
5463+
iterall@^1.1.0:
54705464
version "1.1.3"
54715465
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
54725466

0 commit comments

Comments
 (0)