Skip to content

Commit 8494a1b

Browse files
authored
Move to @gatsbyjs scoped version of yarn (#11759)
Move to @gatsbyjs scoped version of yarn
1 parent 67c0131 commit 8494a1b

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"react-error-overlay": "^3.0.0",
106106
"react-hot-loader": "^4.6.2",
107107
"redux": "^4.0.0",
108-
"relay-compiler": "2.0.0",
108+
"@gatsbyjs/relay-compiler": "2.0.0-printer-fix",
109109
"request": "^2.85.0",
110110
"semver": "^5.6.0",
111111
"shallow-compare": "^1.2.2",

packages/gatsby/src/internal-plugins/query-runner/query-compiler.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ const normalize = require(`normalize-path`)
44
import glob from "glob"
55

66
import { validate } from "graphql"
7-
import { IRTransforms } from "relay-compiler"
8-
import RelayParser from "relay-compiler/lib/RelayParser"
9-
import ASTConvert from "relay-compiler/lib/ASTConvert"
10-
import GraphQLCompilerContext from "relay-compiler/lib/GraphQLCompilerContext"
11-
import filterContextForNode from "relay-compiler/lib/filterContextForNode"
7+
import { IRTransforms } from "@gatsbyjs/relay-compiler"
8+
import RelayParser from "@gatsbyjs/relay-compiler/lib/RelayParser"
9+
import ASTConvert from "@gatsbyjs/relay-compiler/lib/ASTConvert"
10+
import GraphQLCompilerContext from "@gatsbyjs/relay-compiler/lib/GraphQLCompilerContext"
11+
import filterContextForNode from "@gatsbyjs/relay-compiler/lib/filterContextForNode"
1212
const _ = require(`lodash`)
1313

1414
import { store } from "../../redux"
1515
import FileParser from "./file-parser"
16-
import GraphQLIRPrinter from "relay-compiler/lib/GraphQLIRPrinter"
16+
import GraphQLIRPrinter from "@gatsbyjs/relay-compiler/lib/GraphQLIRPrinter"
1717
import {
1818
graphqlError,
1919
graphqlValidationError,

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,28 @@
983983
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.1.tgz#8529b7412a6eb4b48bdf6e720cc1b8e6e1e17628"
984984
integrity sha512-8M3VN0hetwhsJ8dH8VkVy7xo5/1VoBsDOk/T4SJOeXwTO1c4uIqVNx2qyecLFnnUWD5vvUqHQ1gASSeUN6zcTg==
985985

986+
"@gatsbyjs/[email protected]":
987+
version "2.0.0-printer-fix"
988+
resolved "https://registry.yarnpkg.com/@gatsbyjs/relay-compiler/-/relay-compiler-2.0.0-printer-fix.tgz#542b3eb8e7f28142ccbde051dfc47c6ce506d022"
989+
integrity sha512-oxUgELwerXuQWQhQz+G3xXAP9H4uMgj8aNGmNp0IYKv9D0puvUw+W6884jae57Ng+Vj2K5rxUkn0ApivSTvutQ==
990+
dependencies:
991+
"@babel/generator" "^7.0.0"
992+
"@babel/parser" "^7.0.0"
993+
"@babel/polyfill" "^7.0.0"
994+
"@babel/runtime" "^7.0.0"
995+
"@babel/traverse" "^7.0.0"
996+
"@babel/types" "^7.0.0"
997+
babel-preset-fbjs "^3.1.2"
998+
chalk "^2.4.1"
999+
fast-glob "^2.2.2"
1000+
fb-watchman "^2.0.0"
1001+
fbjs "^1.0.0"
1002+
immutable "~3.7.6"
1003+
nullthrows "^1.1.0"
1004+
relay-runtime "2.0.0"
1005+
signedsource "^1.0.0"
1006+
yargs "^9.0.0"
1007+
9861008
9871009
version "3.10.6"
9881010
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.10.6.tgz#6f2c6b26eb905c40fef4180f3ffa34ad9dbb860b"
@@ -16398,28 +16420,6 @@ [email protected]:
1639816420
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
1639916421
integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
1640016422

16401-
16402-
version "2.0.0"
16403-
resolved "https://registry.yarnpkg.com/relay-compiler/-/relay-compiler-2.0.0.tgz#f51b8e4fdf337b24ceb45cb7f80dac2729ab132a"
16404-
integrity sha512-OcWHdFJAp9++8xhES5rZMDolB2USKn940bc/jDMYrMyHtVM+FnvlZaXDSvXpOjlzPeucpDYPiqFlx+/UQoGF2g==
16405-
dependencies:
16406-
"@babel/generator" "^7.0.0"
16407-
"@babel/parser" "^7.0.0"
16408-
"@babel/polyfill" "^7.0.0"
16409-
"@babel/runtime" "^7.0.0"
16410-
"@babel/traverse" "^7.0.0"
16411-
"@babel/types" "^7.0.0"
16412-
babel-preset-fbjs "^3.1.2"
16413-
chalk "^2.4.1"
16414-
fast-glob "^2.2.2"
16415-
fb-watchman "^2.0.0"
16416-
fbjs "^1.0.0"
16417-
immutable "~3.7.6"
16418-
nullthrows "^1.1.0"
16419-
relay-runtime "2.0.0"
16420-
signedsource "^1.0.0"
16421-
yargs "^9.0.0"
16422-
1642316423
1642416424
version "2.0.0"
1642516425
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-2.0.0.tgz#0e42df90365cc69f104f7e4b20fdcf975f5a9c0b"

0 commit comments

Comments
 (0)