Skip to content

Commit 4988c1a

Browse files
committed
Add react peer deps to top level package
1 parent 74b2429 commit 4988c1a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
"build:vue:storybook": "yarn workspace @discord-message-components/vue build-storybook",
1717
"dev:react:storybook": "yarn build:core && yarn workspace @discord-message-components/react storybook",
1818
"dev:vue:storybook": "yarn build:core && yarn workspace @discord-message-components/vue storybook"
19-
},
19+
},
20+
"peerDependencies": {
21+
"react": "^17.0.0",
22+
"react-dom": "^17.0.0"
23+
},
2024
"devDependencies": {
2125
"@commitlint/cli": "^11.0.0",
2226
"@commitlint/config-conventional": "^11.0.0",

0 commit comments

Comments
 (0)