Skip to content

Commit

Permalink
Use scoped graphql-playground-html
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Jun 29, 2018
1 parent 84233d2 commit 8ea36d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"apollo-upload-server": "^5.0.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"graphql-playground-html": "^1.6.0",
"@apollographql/graphql-playground-html": "^1.6.0",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^3.0.4",
"type-is": "^1.6.16"
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 @@ -32,7 +32,7 @@
"apollo-server-core": "^2.0.0-rc.5",
"apollo-upload-server": "^5.0.0",
"boom": "^7.1.0",
"graphql-playground-html": "^1.6.0",
"@apollographql/graphql-playground-html": "^1.6.0",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^3.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-hapi/src/ApolloServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { parseAll } from 'accept';
import {
renderPlaygroundPage,
RenderPageOptions as PlaygroundRenderPageOptions,
} from 'graphql-playground-html';
} from '@apollographql/graphql-playground-html';
import { processRequest as processFileUploads } from 'apollo-upload-server';

import { graphqlHapi } from './hapiApollo';
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 @@ -31,7 +31,7 @@
},
"dependencies": {
"apollo-server-core": "^2.0.0-rc.5",
"graphql-playground-html": "^1.6.0",
"@apollographql/graphql-playground-html": "^1.6.0",
"graphql-tools": "^3.0.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-lambda/src/ApolloServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { GraphQLOptions } from 'apollo-server-core';
import {
renderPlaygroundPage,
RenderPageOptions as PlaygroundRenderPageOptions,
} from 'graphql-playground-html';
} from '@apollographql/graphql-playground-html';

import { graphqlLambda } from './lambdaApollo';

Expand Down

0 comments on commit 8ea36d8

Please sign in to comment.