Skip to content

Commit a9a04ea

Browse files
committed
move react and react-dom to peer deps
1 parent a882fcc commit a9a04ea

File tree

2 files changed

+470
-360
lines changed

2 files changed

+470
-360
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"dependencies": {
3737
"lodash.keys": "^4.2.0",
3838
"lodash.throttle": "^4.1.1",
39-
"react": "^15.5.3",
4039
"react-display-name": "^0.2.0",
4140
"uuid": "^3.0.1"
4241
},
@@ -50,7 +49,10 @@
5049
"chokidar-cli": "^1.2.0",
5150
"del-cli": "^0.2.1",
5251
"np": "^2.13.1",
53-
"react-dom": "^15.5.3",
5452
"react-syntax-highlighter": "^5.3.0"
53+
},
54+
"peerDependencies": {
55+
"react": "^15.6.1",
56+
"react-dom": "^15.6.1"
5557
}
5658
}

0 commit comments

Comments
 (0)