-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies accept & boom to new namespace (#3089)
* Update dependencies accept & boom to new namespace Update dependencies module names and to latest version (no breaking changes) Avoid npm warning: [email protected]: This module has moved and is now available at @hapi/accept [email protected]: This module has moved and is now available at @hapi/boom * Add CHANGELOG.md for #3089.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0de2942
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@taina0407 @abernix shouldn't the namespace also be added to the
ApolloServer.ts
file's imports? I just made a fresh install and the server is breaking when I create the Apollo server.apollo-server/packages/apollo-server-hapi/src/ApolloServer.ts
Line 2 in 6bde0c1
0de2942
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@crazyricardo Sorry for my stupid bug! already pull a new PR at (#3106) for fixing this.