Skip to content

Commit 4792736

Browse files
authored
Update package.json, react-dom added in peerDependencies section.
Added missing react-dom package to peerDependencies.
1 parent dec00a8 commit 4792736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"peerDependencies": {
3939
"react": "^16.8.3",
40+
"react-dom": "^16.8.6",
4041
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
4142
},
4243
"dependencies": {

0 commit comments

Comments
 (0)