Skip to content

Commit da00f53

Browse files
fix(deps): update dependency graphql to v15 (#161)
Co-authored-by: Renovate Bot <[email protected]>
1 parent dfe569f commit da00f53

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: packages/graphql-codegen-relay-optimizer-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-codegen/testing": "1.17.7",
3636
"@types/jest": "24.9.1",
3737
"@types/relay-compiler": "8.0.0",
38-
"graphql": "14.7.0",
38+
"graphql": "15.3.0",
3939
"jest": "24.7.1",
4040
"ts-jest": "25.5.1",
4141
"typescript": "4.0.3"

Diff for: packages/todo-app-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"classnames": "2.2.6",
1212
"express": "4.17.1",
1313
"express-graphql": "0.11.0",
14-
"graphql": "14.7.0",
14+
"graphql": "15.3.0",
1515
"graphql-relay": "0.6.0",
1616
"graphql-tag": "2.11.0",
1717
"react": "16.13.1",

Diff for: yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -6217,7 +6217,12 @@ [email protected]:
62176217
babel-plugin-macros "^2.5.0"
62186218
graphql-tag "^2.10.1"
62196219

6220-
[email protected], graphql@^14.5.3:
6220+
6221+
version "15.3.0"
6222+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278"
6223+
integrity sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==
6224+
6225+
graphql@^14.5.3:
62216226
version "14.7.0"
62226227
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72"
62236228
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==

0 commit comments

Comments
 (0)