Skip to content

Commit 53ed9a4

Browse files
committed
docs: add missing peer dependencies
1 parent b059c7f commit 53ed9a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"sb": "start-storybook -p 6006",
3030
"build-storybook": "build-storybook && vercel --prod"
3131
},
32-
"peerDependencies": {},
32+
"peerDependencies": {
33+
"react": ">=18.0.0",
34+
"react-dom": ">=18.0.0"
35+
},
3336
"devDependencies": {
3437
"@babel/core": "^7.19.0",
3538
"@rollup/plugin-commonjs": "^22.0.2",

0 commit comments

Comments
 (0)