mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 09:21:05 +08:00
Add missing peer dependencies required by react-ga
in addons/google-analytics
https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0
This commit is contained in:
parent
f4fd55ff1b
commit
f69396b3e3
@ -28,7 +28,9 @@
|
||||
"regenerator-runtime": "^0.13.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-dom": "*"
|
||||
"react-dom": "*",
|
||||
"react": "^15.6.2 || ^16.0",
|
||||
"prop-types": "^15.6.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
Loading…
x
Reference in New Issue
Block a user