We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afc338 commit 28be096Copy full SHA for 28be096
1 file changed
package.json
@@ -19,20 +19,12 @@
19
"url": "https://github.com/zoom/websdk/issues"
20
},
21
"dependencies": {
22
- "react": "16.13.1",
23
- "react-dom": "16.13.1",
24
- "redux": "3.7.2",
25
- "react-redux": "7.2.9",
+ "react": ">16.13.1",
+ "react-dom": ">16.13.1",
+ "redux": "^3.7.2",
+ "react-redux": "^7.2.9",
26
"lodash": "^4.17.21",
27
- "redux-thunk": "2.4.2"
28
- },
29
- "peerDependencies": {
30
31
32
33
34
- "lodash": "^4.17.21",
35
+ "redux-thunk": "^2.4.2"
36
37
"files": [
38
"dist/*",
0 commit comments