diff --git a/code/frameworks/nextjs/package.json b/code/frameworks/nextjs/package.json index 3ea87a8bb663..6643447cb62f 100644 --- a/code/frameworks/nextjs/package.json +++ b/code/frameworks/nextjs/package.json @@ -88,7 +88,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" diff --git a/code/yarn.lock b/code/yarn.lock index 4c74181ac4c4..f6ea3a1ecf95 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -6633,7 +6633,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