Skip to content

Commit 28be096

Browse files
Fix package.json dependency declaration
1 parent 7afc338 commit 28be096

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

package.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,12 @@
1919
"url": "https://github.com/zoom/websdk/issues"
2020
},
2121
"dependencies": {
22-
"react": "16.13.1",
23-
"react-dom": "16.13.1",
24-
"redux": "3.7.2",
25-
"react-redux": "7.2.9",
22+
"react": ">16.13.1",
23+
"react-dom": ">16.13.1",
24+
"redux": "^3.7.2",
25+
"react-redux": "^7.2.9",
2626
"lodash": "^4.17.21",
27-
"redux-thunk": "2.4.2"
28-
},
29-
"peerDependencies": {
30-
"react": "16.13.1",
31-
"react-dom": "16.13.1",
32-
"redux": "3.7.2",
33-
"react-redux": "7.2.9",
34-
"lodash": "^4.17.21",
35-
"redux-thunk": "2.4.2"
27+
"redux-thunk": "^2.4.2"
3628
},
3729
"files": [
3830
"dist/*",

0 commit comments

Comments
 (0)