mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:31:07 +08:00
some peerDep fixes reported in: https://github.com/storybookjs/storybook/issues/16814
This commit is contained in:
parent
4c5fc3819b
commit
928bcb3ff0
@ -45,6 +45,7 @@
|
||||
"prep": "../../../scripts/prepare/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/types": "^7.20.2",
|
||||
"@storybook/csf": "next",
|
||||
"@storybook/csf-tools": "7.0.0-beta.8",
|
||||
|
@ -84,10 +84,6 @@
|
||||
"jest-specific-snapshot": "^7.0.0",
|
||||
"typescript": "~4.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
@ -6247,6 +6247,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@storybook/codemod@workspace:lib/codemod"
|
||||
dependencies:
|
||||
"@babel/preset-env": ^7.20.2
|
||||
"@babel/types": ^7.20.2
|
||||
"@storybook/csf": next
|
||||
"@storybook/csf-tools": 7.0.0-beta.8
|
||||
@ -6408,9 +6409,6 @@ __metadata:
|
||||
util-deprecate: ^1.0.2
|
||||
watchpack: ^2.2.0
|
||||
ws: ^8.2.3
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user