Skip to content

Commit

Permalink
chore: Add react/react-dom to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed Jun 16, 2022
1 parent c1187dd commit dc8dac0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/storybook-addon-designs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,17 @@
"@storybook/addons": "^6.4.0",
"@storybook/api": "^6.4.0",
"@storybook/components": "^6.4.0",
"@storybook/theming": "^6.4.0"
"@storybook/theming": "^6.4.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"scripts": {
"dev": "tsc --watch --preserveWatchOutput",
Expand Down

0 comments on commit dc8dac0

Please sign in to comment.