diff --git a/package.json b/package.json index a1f1499..d885b9f 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.1", + "graphql.macro": "1.3.2", "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 8ee85a9..188ab16 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.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.3.1.tgz#4a6d8091f413f9e05987efdd6152b80338a2483e" - integrity sha512-cryc0LxSBZ34hxe8vyA5QsM7yL/Me8yG38tRdxpA6Yq8YVpTCCa1t1slxiS4DsFMqu0I7DOu2w0dw8erjwaUag== +graphql.macro@1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.3.2.tgz#8560b5a4783990fd331f4cfafe0f78fa20f844dc" + integrity sha512-AohXP7iPv60kN5ZtohxTIs2731KWgrLs3k82bCT6aDchZINUl2I0G/qlI+bWbmlUFro9jT78RNCCGP45R7CEIQ== dependencies: babel-literal-to-ast "^2.0.0" babel-plugin-macros "^2.4.5"