Skip to content

Commit 24174aa

Browse files
authored
Add react and react-dom as peer dependencies (#253)
1 parent c65172f commit 24174aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"now-build": "npm run docs:build"
4646
},
4747
"peerDependencies": {
48-
"react": ">= 16.9.0"
48+
"react": ">= 16.9.0",
49+
"react-dom": ">= 16.9.0"
4950
},
5051
"dependencies": {
5152
"@babel/runtime": "^7.8.4",

0 commit comments

Comments
 (0)