Skip to content

Commit b5971a3

Browse files
committed
Update dependency graphql to v14.1.1
1 parent bdcb8bf commit b5971a3

5 files changed

Lines changed: 8 additions & 14 deletions

File tree

integration/graphql/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nestjs/core": "6.0.0",
1414
"@nestjs/graphql": "6.0.0",
1515
"apollo-server-express": "2.4.8",
16-
"graphql": "0.13.2",
16+
"graphql": "14.1.1",
1717
"graphql-tools": "4.0.4",
1818
"reflect-metadata": "0.1.12",
1919
"rxjs": "6.2.2",

sample/12-graphql-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"apollo-server-express": "2.4.8",
1818
"class-transformer": "0.2.0",
1919
"class-validator": "0.9.1",
20-
"graphql": "14.0.2",
20+
"graphql": "14.1.1",
2121
"graphql-subscriptions": "1.0.0",
2222
"reflect-metadata": "0.1.12",
2323
"rxjs": "6.3.3",

sample/22-graphql-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nestjs/graphql": "6.0.0",
1616
"@nestjs/platform-express": "6.0.0",
1717
"apollo-server-express": "2.4.8",
18-
"graphql": "14.0.2",
18+
"graphql": "14.1.1",
1919
"graphql-tools": "4.0.4",
2020
"prisma-binding": "2.2.14",
2121
"reflect-metadata": "0.1.12",

sample/22-graphql-prisma/yarn.lock

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,13 +1493,7 @@ graphql-upload@^8.0.2:
14931493
http-errors "^1.7.1"
14941494
object-path "^0.11.4"
14951495

1496-
graphql@14.0.2:
1497-
version "14.0.2"
1498-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
1499-
dependencies:
1500-
iterall "^1.2.2"
1501-
1502-
"graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0":
1496+
graphql@14.1.1, "graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0":
15031497
version "14.1.1"
15041498
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.1.1.tgz#d5d77df4b19ef41538d7215d1e7a28834619fac0"
15051499
dependencies:

0 commit comments

Comments
 (0)