Skip to content

Commit

Permalink
v10.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 20, 2022
1 parent 3a2f4d8 commit 63a75bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "10.0.18",
"version": "10.0.19",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apollo/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/apollo",
"version": "10.0.17",
"version": "10.0.19",
"description": "Nest - modern, fast, powerful node.js web framework (@apollo)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand All @@ -26,7 +26,6 @@
"@apollo/gateway": "0.51.0",
"@apollo/gateway-v2": "npm:@apollo/gateway@2.0.5",
"@apollo/subgraph-v2": "npm:@apollo/subgraph@2.0.5",
"graphql-16": "npm:graphql@16.5.0",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/platform-express": "8.4.7",
Expand All @@ -38,7 +37,8 @@
"apollo-server-core": "3.10.0",
"apollo-server-express": "3.10.0",
"apollo-server-fastify": "3.10.0",
"apollo-server-plugin-response-cache": "3.7.0"
"apollo-server-plugin-response-cache": "3.7.0",
"graphql-16": "npm:graphql@16.5.0"
},
"dependencies": {
"iterall": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/graphql",
"version": "10.0.18",
"version": "10.0.19",
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mercurius/package.json
@@ -1,6 +1,6 @@
{
"name": "@nestjs/mercurius",
"version": "10.0.17",
"version": "10.0.19",
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
"author": "Kamil Mysliwiec",
"license": "MIT",
Expand Down

0 comments on commit 63a75bc

Please sign in to comment.