Skip to content

Commit f98bc86

Browse files
Update package.json to move react to a peer dependency
1 parent 28be096 commit f98bc86

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@
1919
"url": "https://github.com/zoom/websdk/issues"
2020
},
2121
"dependencies": {
22-
"react": ">16.13.1",
23-
"react-dom": ">16.13.1",
2422
"redux": "^3.7.2",
2523
"react-redux": "^7.2.9",
2624
"lodash": "^4.17.21",
2725
"redux-thunk": "^2.4.2"
2826
},
27+
"peerDependencies": {
28+
"react": ">16.13.1",
29+
"react-dom": ">16.13.1"
30+
},
2931
"files": [
3032
"dist/*",
3133
"types/*",

0 commit comments

Comments
 (0)