Skip to content

Commit 027c146

Browse files
renovate[bot]n1ru4l
authored andcommitted
fix(deps): update dependency graphql to v14.5.4 (#60) (closes #64)
* fix(deps): update dependency graphql to v14.5.4 * chore(deps): update dependency @types/relay-compiler to v5.0.2
1 parent f36b932 commit 027c146

File tree

3 files changed

+12
-25
lines changed

3 files changed

+12
-25
lines changed

packages/graphql-codegen-relay-optimizer-plugin/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@
3333
},
3434
"devDependencies": {
3535
"@graphql-codegen/testing": "1.7.0",
36-
"@types/graphql": "14.2.3",
3736
"@types/jest": "24.0.18",
38-
"@types/relay-compiler": "5.0.1",
39-
"graphql": "14.4.2",
37+
"@types/relay-compiler": "5.0.2",
38+
"graphql": "14.5.4",
4039
"jest": "24.7.1",
4140
"ts-jest": "24.0.2",
4241
"typescript": "3.6.2"

packages/todo-app-example/package.json

Lines changed: 1 addition & 1 deletion
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.9.0",
14-
"graphql": "14.4.2",
14+
"graphql": "14.5.4",
1515
"graphql-anywhere": "4.2.4",
1616
"graphql-relay": "0.6.0",
1717
"graphql-tag": "2.10.1",

yarn.lock

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,11 +1504,6 @@
15041504
"@types/minimatch" "*"
15051505
"@types/node" "*"
15061506

1507-
1508-
version "14.2.3"
1509-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.3.tgz#cfc6420a67eb20420786f90112357921974593b9"
1510-
integrity sha512-UoCovaxbJIxagCvVfalfK7YaNhmxj3BQFRQ2RHQKLiu+9wNXhJnlbspsLHt/YQM99IaLUUFJNzCwzc6W0ypMeQ==
1511-
15121507
15131508
version "4.0.1"
15141509
resolved "https://registry.yarnpkg.com/@types/is-glob/-/is-glob-4.0.1.tgz#a93eec1714172c8eb3225a1cc5eb88c2477b7d00"
@@ -1611,12 +1606,12 @@
16111606
"@types/prop-types" "*"
16121607
csstype "^2.2.0"
16131608

1614-
"@types/[email protected].1":
1615-
version "5.0.1"
1616-
resolved "https://registry.yarnpkg.com/@types/relay-compiler/-/relay-compiler-5.0.1.tgz#722466b0b07fdb03e56f5686002e74524f4e86a0"
1617-
integrity sha512-j/AqXCNqv/SFBQdff5Ppt8YeOra9aR06u+jf8X0/Wa0DMni2tuufbyAOg9e9bPOTeapjJQoUX6ORg2SsmXJkew==
1609+
"@types/[email protected].2":
1610+
version "5.0.2"
1611+
resolved "https://registry.yarnpkg.com/@types/relay-compiler/-/relay-compiler-5.0.2.tgz#4ce297f16c4e7957a94621249a51488ce1941210"
1612+
integrity sha512-L1To50ypOo0ug4+YOP9GYsT2Nfk2xvqJklADnl5T5V8ummxURml3BRNi7OCV5e6p9GcZwpG8eqQyO8cYQkRLZA==
16181613
dependencies:
1619-
graphql "14.5.0"
1614+
graphql "^14.5.3"
16201615

16211616
"@types/stack-utils@^1.0.1":
16221617
version "1.0.1"
@@ -5320,17 +5315,10 @@ [email protected]:
53205315
babel-plugin-macros "^2.5.0"
53215316
graphql-tag "^2.10.1"
53225317

5323-
5324-
version "14.4.2"
5325-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3"
5326-
integrity sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==
5327-
dependencies:
5328-
iterall "^1.2.2"
5329-
5330-
5331-
version "14.5.0"
5332-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.0.tgz#4801e6460942c9c591944617f6dd224a9e531520"
5333-
integrity sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==
5318+
[email protected], graphql@^14.5.3:
5319+
version "14.5.4"
5320+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.4.tgz#b33fe957854e90c10d4c07c7d26b6c8e9f159a13"
5321+
integrity sha512-dPLvHoxy5m9FrkqWczPPRnH0X80CyvRE6e7Fa5AWEqEAzg9LpxHvKh24po/482E6VWHigOkAmb4xCp6P9yT9gw==
53345322
dependencies:
53355323
iterall "^1.2.2"
53365324

0 commit comments

Comments
 (0)