diff --git a/package.json b/package.json index 1388e65..a1f1499 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "apollo-client": "2.4.12", "apollo-link-http": "1.5.9", "graphql": "14.1.1", - "graphql.macro": "1.3.0", + "graphql.macro": "1.3.1", "react": "16.8.0-alpha.1", "react-apollo": "2.4.0", "react-dom": "16.8.0-alpha.1", diff --git a/yarn.lock b/yarn.lock index ba99bed..8ee85a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4335,10 +4335,10 @@ graphql-tag@^2.10.1: resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02" integrity sha512-jApXqWBzNXQ8jYa/HLkZJaVw9jgwNqZkywa2zfFn16Iv1Zb7ELNHkJaXHR7Quvd5SIGsy6Ny7SUKATgnu05uEg== -graphql.macro@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.3.0.tgz#81df52bc3a7a97fb0e8de0608b083fa0805c0466" - integrity sha512-fEc4SVfr7eL0ENeHJCNVI3BY4q0TXpEWmuckhklFrJYXA9CH3zmy/FsUw4eXvLJD1A2ogsZ5w0DPI4E3FmsWNw== +graphql.macro@1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.3.1.tgz#4a6d8091f413f9e05987efdd6152b80338a2483e" + integrity sha512-cryc0LxSBZ34hxe8vyA5QsM7yL/Me8yG38tRdxpA6Yq8YVpTCCa1t1slxiS4DsFMqu0I7DOu2w0dw8erjwaUag== dependencies: babel-literal-to-ast "^2.0.0" babel-plugin-macros "^2.4.5"