Skip to content

Commit 14bd903

Browse files
renovate[bot]evenchange4
authored andcommitted
fix(deps): update dependency graphql.macro to v1.0.2 (#3)
1 parent 94187c9 commit 14bd903

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.2.0",
88
"apollo-link-http": "1.3.2",
99
"graphql": "0.12.3",
10-
"graphql.macro": "1.0.0",
10+
"graphql.macro": "1.0.2",
1111
"react": "16.2.0",
1212
"react-apollo": "2.0.4",
1313
"react-dom": "16.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ [email protected], babel-jest@^22.1.0:
10691069
babel-plugin-istanbul "^4.1.5"
10701070
babel-preset-jest "^22.1.0"
10711071

1072-
1072+
babel-literal-to-ast@^2.0.0:
10731073
version "2.0.0"
10741074
resolved "https://registry.yarnpkg.com/babel-literal-to-ast/-/babel-literal-to-ast-2.0.0.tgz#d39460e7e8aa7d24c0c0817e09fb9931e8cee940"
10751075
dependencies:
@@ -1103,7 +1103,7 @@ babel-plugin-jest-hoist@^22.1.0:
11031103
version "22.1.0"
11041104
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-22.1.0.tgz#c1281dd7887d77a1711dc760468c3b8285dde9ee"
11051105

1106-
1106+
[email protected], babel-plugin-macros@^2.0.0:
11071107
version "2.0.0"
11081108
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.0.0.tgz#fd3aee135f7dec0b82898b7c8f1aed6fa75f9af9"
11091109
dependencies:
@@ -3415,17 +3415,17 @@ graphql-anywhere@^4.1.1:
34153415
dependencies:
34163416
apollo-utilities "^1.0.4"
34173417

3418-
3418+
graphql-tag@^2.6.1:
34193419
version "2.6.1"
34203420
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.6.1.tgz#4788d509f6e29607d947fc47a40c4e18f736d34a"
34213421

3422-
3423-
version "1.0.0"
3424-
resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.0.0.tgz#d3f64763ba586be0fd85ebfb727527a2dc201d8a"
3422+
3423+
version "1.0.2"
3424+
resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-1.0.2.tgz#835d009ce004248a4daaed3813bd6298177b1b53"
34253425
dependencies:
3426-
babel-literal-to-ast "2.0.0"
3427-
babel-plugin-macros "2.0.0"
3428-
graphql-tag "2.6.1"
3426+
babel-literal-to-ast "^2.0.0"
3427+
babel-plugin-macros "^2.0.0"
3428+
graphql-tag "^2.6.1"
34293429

34303430
34313431
version "0.12.3"

0 commit comments

Comments
 (0)