Skip to content

Commit 65171d8

Browse files
committed
fix(deps): update dependency graphql.macro to v1.3.4
1 parent 991de52 commit 65171d8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"apollo-client": "2.4.12",
88
"apollo-link-http": "1.5.9",
99
"graphql": "14.1.1",
10-
"graphql.macro": "1.3.3",
10+
"graphql.macro": "1.3.4",
1111
"react": "16.8.0-alpha.1",
1212
"react-apollo": "2.4.1",
1313
"react-dom": "16.8.0-alpha.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,10 +1660,10 @@ [email protected]:
16601660
cosmiconfig "^5.0.5"
16611661
resolve "^1.8.1"
16621662

1663-
babel-plugin-macros@^2.4.5:
1664-
version "2.4.5"
1665-
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.5.tgz#7000a9b1f72d19ceee19a5804f1d23d6daf38c13"
1666-
integrity sha512-+/9yteNQw3yuZ3krQUfjAeoT/f4EAdn3ELwhFfDj0rTMIaoHfIdrcLePOfIaL0qmFLpIcgPIL2Lzm58h+CGWaw==
1663+
babel-plugin-macros@^2.5.0:
1664+
version "2.5.0"
1665+
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.5.0.tgz#01f4d3b50ed567a67b80a30b9da066e94f4097b6"
1666+
integrity sha512-BWw0lD0kVZAXRD3Od1kMrdmfudqzDzYv2qrN3l2ISR1HVp1EgLKfbOrYV9xmY5k3qx3RIu5uPAUZZZHpo0o5Iw==
16671667
dependencies:
16681668
cosmiconfig "^5.0.5"
16691669
resolve "^1.8.1"
@@ -4335,13 +4335,13 @@ graphql-tag@^2.10.1:
43354335
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02"
43364336
integrity sha512-jApXqWBzNXQ8jYa/HLkZJaVw9jgwNqZkywa2zfFn16Iv1Zb7ELNHkJaXHR7Quvd5SIGsy6Ny7SUKATgnu05uEg==
43374337

4338-
4339-
version "1.3.3"
4340-
resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.3.3.tgz#ce2601d1eba60e4a6b6d3e001612b9afa058bcfa"
4341-
integrity sha512-rlmJeuE9FU8yxQSRyJq1jsHm6+sANHEXDDiNiilKugby08joZseFNJ2G/AzbAWpAbv+k6N8HOuRcf5l6FIFMVA==
4338+
4339+
version "1.3.4"
4340+
resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.3.4.tgz#ae64391aa14337b527fcc1da0a5bf957ef534fdf"
4341+
integrity sha512-SCSYxe/gS2Yl34CKI9v6G9mxBQ7N6y8ENc4coURQSN0wW0qJwvTds7OgCEQpxf+iTD6/2oL8OWa7ibmtKrxYYA==
43424342
dependencies:
43434343
babel-literal-to-ast "^2.0.0"
4344-
babel-plugin-macros "^2.4.5"
4344+
babel-plugin-macros "^2.5.0"
43454345
graphql-tag "^2.10.1"
43464346

43474347

0 commit comments

Comments
 (0)