Skip to content

Commit

Permalink
Merge pull request #19932 from nix6839/next13-support
Browse files Browse the repository at this point in the history
Support Next.js 13
  • Loading branch information
valentinpalkovic authored Nov 24, 2022
2 parents 7543f4f + fbeaff7 commit 2cf3c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"peerDependencies": {
"@babel/core": "^7.11.5",
"@storybook/addon-actions": "7.0.0-alpha.43",
"next": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
"next": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"webpack": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6672,7 +6672,7 @@ __metadata:
peerDependencies:
"@babel/core": ^7.11.5
"@storybook/addon-actions": 7.0.0-alpha.43
next: ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0
next: ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
webpack: ^5.0.0
Expand Down

0 comments on commit 2cf3c1b

Please sign in to comment.