Skip to content

Commit

Permalink
Merge pull request #20324 from Edo-San/bump-nextjs-addon-actions-peer…
Browse files Browse the repository at this point in the history
…dependency

Update addon-actions peerdependency in nextjs package.json
  • Loading branch information
shilman authored Dec 20, 2022
2 parents 6aed0b0 + 589e93c commit 3d0128d
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 @@ -87,7 +87,7 @@
},
"peerDependencies": {
"@babel/core": "^7.11.5",
"@storybook/addon-actions": "7.0.0-alpha.43",
"@storybook/addon-actions": "^7.0.0-beta.12",
"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",
Expand Down
2 changes: 1 addition & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6766,7 +6766,7 @@ __metadata:
webpack: ^5.65.0
peerDependencies:
"@babel/core": ^7.11.5
"@storybook/addon-actions": 7.0.0-alpha.43
"@storybook/addon-actions": ^7.0.0-beta.12
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
Expand Down

0 comments on commit 3d0128d

Please sign in to comment.