-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Head.rewind() in withGraphQLApp.
This has apparently been unnecessary since [email protected]: vercel/next.js#9326 (comment)
- Loading branch information
1 parent
e46f3be
commit 142f1a2
Showing
3 changed files
with
1 addition
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
- Removed the now redundant [`eslint-plugin-import-order-alphabetical`](https://npm.im/eslint-plugin-import-order-alphabetical) dev dependency. | ||
- Stop using [`husky`](https://npm.im/husky) and [`lint-staged`](https://npm.im/lint-staged). | ||
- Use strict mode for scripts. | ||
- Removed the [`next`](https://npm.im/next) dev dependency and `Head.rewind()` in `withGraphQLApp`, as this has [apparently been unnecessary since `[email protected]`](https://github.com/zeit/next.js/issues/9326#issuecomment-590702751). | ||
|
||
## 5.1.0 | ||
|
||
|
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