Skip to content

Commit eee77f6

Browse files
renovate[bot]evenchange4
authored andcommitted
fix(deps): update dependency graphql.macro to v1.3.2 (#23)
This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | graphql.macro | dependencies | patch | `1.3.1` -> `1.3.2` | [source](https://togithub.com/evenchange4/graphql.macro) | --- ### Release Notes <details> <summary>evenchange4/graphql.macro</summary> ### [`v1.3.2`](https://togithub.com/evenchange4/graphql.macro/blob/master/CHANGELOG.md#small132-2019-01-25small) [Compare Source](https://togithub.com/evenchange4/graphql.macro/compare/v1.3.1...v1.3.2) - 1.3.2 ([155a004](https://togithub.com/evenchange4/graphql.macro/commit/155a004)) - feat(flow): This is a workaround for flow type to work. ([#&#8203;55](https://togithub.com/evenchange4/graphql.macro/issues/55)) ([a733460](https://togithub.com/evenchange4/graphql.macro/commit/a733460)), closes [#&#8203;55](https://togithub.com/evenchange4/graphql.macro/issues/55) - docs(CHANGELOG): release 1.3.1 ([7d7c48d](https://togithub.com/evenchange4/graphql.macro/commit/7d7c48d)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#evenchange4/graphql.macro-example).
1 parent 4668533 commit eee77f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.1",
10+
"graphql.macro": "1.3.2",
1111
"react": "16.8.0-alpha.1",
1212
"react-apollo": "2.4.0",
1313
"react-dom": "16.8.0-alpha.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4335,10 +4335,10 @@ 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.1"
4340-
resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.3.1.tgz#4a6d8091f413f9e05987efdd6152b80338a2483e"
4341-
integrity sha512-cryc0LxSBZ34hxe8vyA5QsM7yL/Me8yG38tRdxpA6Yq8YVpTCCa1t1slxiS4DsFMqu0I7DOu2w0dw8erjwaUag==
4338+
4339+
version "1.3.2"
4340+
resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.3.2.tgz#8560b5a4783990fd331f4cfafe0f78fa20f844dc"
4341+
integrity sha512-AohXP7iPv60kN5ZtohxTIs2731KWgrLs3k82bCT6aDchZINUl2I0G/qlI+bWbmlUFro9jT78RNCCGP45R7CEIQ==
43424342
dependencies:
43434343
babel-literal-to-ast "^2.0.0"
43444344
babel-plugin-macros "^2.4.5"

0 commit comments

Comments
 (0)