We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b2429 commit 4988c1aCopy full SHA for 4988c1a
package.json
@@ -16,7 +16,11 @@
16
"build:vue:storybook": "yarn workspace @discord-message-components/vue build-storybook",
17
"dev:react:storybook": "yarn build:core && yarn workspace @discord-message-components/react storybook",
18
"dev:vue:storybook": "yarn build:core && yarn workspace @discord-message-components/vue storybook"
19
-},
+ },
20
+ "peerDependencies": {
21
+ "react": "^17.0.0",
22
+ "react-dom": "^17.0.0"
23
24
"devDependencies": {
25
"@commitlint/cli": "^11.0.0",
26
"@commitlint/config-conventional": "^11.0.0",
0 commit comments