Skip to content

Commit

Permalink
Support next v13.
Browse files Browse the repository at this point in the history
Unable to update the `next` dev dependency to v13 yet due to this Next.js bug:

vercel/next.js#42868
  • Loading branch information
jaydenseric committed Dec 16, 2022
1 parent 7d962ec commit de66e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Patch

- Updated the [`next`](https://npm.im/next) peer dependency to `12 - 13`.
- Updated dev dependencies.
- Use a new internal helper function `cjsDefaultImport` to normalize the default import value from the CJS module `next/app.js` that has a `default` property, preserving the type for the various ways TypeScript may be configured.
- Simplified the test helper function `startNext`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"browserslist": "Node 14.17 - 15 and Node < 15, Node 16 - 17 and Node < 17, Node >= 18, > 0.5%, not OperaMini all, not dead",
"peerDependencies": {
"next": "^12.0.0",
"next": "12 - 13",
"react": "16.14 - 18"
},
"devDependencies": {
Expand Down

0 comments on commit de66e15

Please sign in to comment.