Skip to content

Commit 4612224

Browse files
authored
Update react and react-dom peerDependencies (braposo#31)
Update react and react-dom peerDependencies
2 parents b2ccf2a + d1b73ec commit 4612224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"webpack-cli": "^3.1.2"
7070
},
7171
"peerDependencies": {
72-
"react": "^15.0.1",
73-
"react-dom": "^15.0.1"
72+
"react": "^15.0.1" || "^16.0.1",
73+
"react-dom": "^15.0.1" || "^16.0.1"
7474
},
7575
"dependencies": {
7676
"cxs": "^6.2.0",

0 commit comments

Comments
 (0)