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.25 (#4231)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jesse Rosenberger <git@jro.cc>
  • Loading branch information
3 people authored Jun 10, 2020
1 parent f106a97 commit fd79e65
Show file tree
Hide file tree
Showing 12 changed files with 117 additions and 28 deletions.
123 changes: 106 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -25,7 +25,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@apollographql/graphql-playground-html": "1.6.25",
"@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 @@ -25,7 +25,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@apollographql/graphql-playground-html": "1.6.25",
"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 @@ -25,7 +25,7 @@
},
"dependencies": {
"@apollographql/apollo-tools": "^0.4.3",
"@apollographql/graphql-playground-html": "1.6.24",
"@apollographql/graphql-playground-html": "1.6.25",
"@types/graphql-upload": "^8.0.0",
"@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 @@ -26,7 +26,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@apollographql/graphql-playground-html": "1.6.25",
"@types/accepts": "^1.3.5",
"@types/body-parser": "1.19.0",
"@types/cors": "^2.8.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe('apollo-server-express', () => {
reject(error);
} else {
expect(body).toMatch('GraphQLPlayground');
expect(body).toMatch(`"editor.theme": "light"`);
expect(body).toMatch(`\"editor.theme\":\"light\"`);
expect(body).toMatch(defaultQuery);
expect(body).toMatch(endpoint);
expect(response.statusCode).toEqual(200);
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 @@ -25,7 +25,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@apollographql/graphql-playground-html": "1.6.25",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-types": "file:../apollo-server-types",
"fastify-accepts": "^1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe('apollo-server-fastify', () => {
reject(error);
} else {
expect(body).toMatch('GraphQLPlayground');
expect(body).toMatch(`"editor.theme": "light"`);
expect(body).toMatch(`\"editor.theme\":\"light\"`);
expect(body).toMatch(defaultQuery);
expect(body).toMatch(endpoint);
expect(response.statusCode).toEqual(200);
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 @@ -25,7 +25,7 @@
"node": ">=8"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@apollographql/graphql-playground-html": "1.6.25",
"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 @@ -25,7 +25,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@apollographql/graphql-playground-html": "1.6.25",
"@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 @@ -25,7 +25,7 @@
"node": ">=6"
},
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@apollographql/graphql-playground-html": "1.6.25",
"@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 @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/apollographql/apollo-server#readme",
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.24",
"@apollographql/graphql-playground-html": "1.6.25",
"accept": "^3.0.2",
"apollo-server-core": "file:../apollo-server-core",
"apollo-server-types": "file:../apollo-server-types",
Expand Down

0 comments on commit fd79e65

Please sign in to comment.