Merge pull request #20459 from storybookjs/cli-react-peer-dep

CLI: Add peer dependency on react
This commit is contained in:
Michael Shilman 2023-01-01 17:37:11 +08:00 committed by GitHub
commit 5fc7e5dccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -88,6 +88,10 @@
"strip-json-comments": "^3.1.1",
"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"
},

View File

@ -6264,6 +6264,9 @@ __metadata:
ts-dedent: ^2.0.0
typescript: ~4.9.3
util-deprecate: ^1.0.2
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
bin:
getstorybook: ./bin/index.js
sb: ./bin/index.js