Skip to content

Commit

Permalink
Merge pull request #20399 from bryanjtc/fix-peer-depedency
Browse files Browse the repository at this point in the history
Fix peer dependency issue
  • Loading branch information
ndelangen authored Dec 23, 2022
2 parents 222dff9 + aab1f1c commit b95c3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/types": "^7.20.2",
"@storybook/csf": "next",
Expand Down
1 change: 1 addition & 0 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6218,6 +6218,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/codemod@workspace:lib/codemod"
dependencies:
"@babel/core": ^7.20.2
"@babel/preset-env": ^7.20.2
"@babel/types": ^7.20.2
"@storybook/csf": next
Expand Down

0 comments on commit b95c3b7

Please sign in to comment.