diff --git a/packages/apollo-server-hapi/src/ApolloServer.ts b/packages/apollo-server-hapi/src/ApolloServer.ts index 79c7d2dc2d8..b67e3fb946e 100644 --- a/packages/apollo-server-hapi/src/ApolloServer.ts +++ b/packages/apollo-server-hapi/src/ApolloServer.ts @@ -1,5 +1,5 @@ import hapi from 'hapi'; -import { parseAll } from 'accept'; +import { parseAll } from '@hapi/accept'; import { renderPlaygroundPage, RenderPageOptions as PlaygroundRenderPageOptions, diff --git a/packages/apollo-server-hapi/src/hapiApollo.ts b/packages/apollo-server-hapi/src/hapiApollo.ts index 6cf75bf1352..24162235e3d 100644 --- a/packages/apollo-server-hapi/src/hapiApollo.ts +++ b/packages/apollo-server-hapi/src/hapiApollo.ts @@ -1,4 +1,4 @@ -import Boom from 'boom'; +import Boom from '@hapi/boom'; import { Server, Request, RouteOptions } from 'hapi'; import { GraphQLOptions,