Skip to content

Commit 2cb952b

Browse files
committed
fix(deps): moved react and react-dom to peer dependencies
1 parent 1805172 commit 2cb952b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/preset-react"
2525
]
2626
},
27-
"dependencies": {
27+
"peerDependencies": {
2828
"react": "16.12.0",
2929
"react-dom": "16.12.0"
3030
},

0 commit comments

Comments
 (0)