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 6409409 commit 81a7a7bCopy full SHA for 81a7a7b
1 file changed
package.json
@@ -23,7 +23,7 @@
23
"bugs": {
24
"url": "https://github.com/zoom/meetingsdk-web/issues"
25
},
26
- "dependencies": {
+ "devDependencies": {
27
"react": "18.2.0",
28
"react-dom": "18.2.0",
29
"redux": "4.2.1",
@@ -32,12 +32,12 @@
32
"redux-thunk": "2.4.2"
33
34
"peerDependencies": {
35
- "react": "18.2.0",
36
- "react-dom": "18.2.0",
37
- "redux": "4.2.1",
38
- "react-redux": "8.1.2",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "redux": "^4.2.1",
+ "react-redux": "^8.1.2",
39
"lodash": "^4.17.21",
40
- "redux-thunk": "2.4.2"
+ "redux-thunk": "^2.4.2"
41
42
"files": [
43
"dist/*",
@@ -50,4 +50,4 @@
50
"oss_attribution.txt",
51
"README.md"
52
]
53
-}
+}
0 commit comments