Skip to content

Commit

Permalink
chore(deps): update dependency @apollographql/graphql-playground-html…
Browse files Browse the repository at this point in the history
… to v1.6.27 (#4955)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 24, 2021
1 parent b346f5b commit 0a4646c
Show file tree
Hide file tree
Showing 10 changed files with 155 additions and 67 deletions.
204 changes: 146 additions & 58 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/apollo-server-azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@apollographql/graphql-playground-html": "1.6.27",
"@azure/functions": "1.2.2",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-env": "file:../apollo-server-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@apollographql/graphql-playground-html": "1.6.27",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-env": "file:../apollo-server-env",
"apollo-server-types": "file:../apollo-server-types",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@apollographql/apollo-tools": "^0.4.3",
"@apollographql/graphql-playground-html": "1.6.26",
"@apollographql/graphql-playground-html": "1.6.27",
"@apollographql/graphql-upload-8-fork": "^8.1.3",
"@types/ws": "^7.0.0",
"apollo-cache-control": "file:../apollo-cache-control",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@apollographql/graphql-playground-html": "1.6.27",
"@types/accepts": "^1.3.5",
"@types/body-parser": "1.19.0",
"@types/cors": "2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@apollographql/graphql-playground-html": "1.6.27",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-types": "file:../apollo-server-types",
"fastify-accepts": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=8"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@apollographql/graphql-playground-html": "1.6.27",
"accept": "^3.0.2",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-types": "file:../apollo-server-types",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@apollographql/graphql-playground-html": "1.6.27",
"@koa/cors": "^2.2.1",
"@types/accepts": "^1.3.5",
"@types/cors": "^2.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@apollographql/graphql-playground-html": "1.6.27",
"@types/aws-lambda": "^8.10.31",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-env": "file:../apollo-server-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-micro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/apollographql/apollo-server#readme",
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.26",
"@apollographql/graphql-playground-html": "1.6.27",
"accept": "^3.0.2",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-types": "file:../apollo-server-types",
Expand Down

0 comments on commit 0a4646c

Please sign in to comment.