Skip to content

Commit 81a7a7b

Browse files
Fix package.json dependency declaration
1 parent 6409409 commit 81a7a7b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"bugs": {
2424
"url": "https://github.com/zoom/meetingsdk-web/issues"
2525
},
26-
"dependencies": {
26+
"devDependencies": {
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0",
2929
"redux": "4.2.1",
@@ -32,12 +32,12 @@
3232
"redux-thunk": "2.4.2"
3333
},
3434
"peerDependencies": {
35-
"react": "18.2.0",
36-
"react-dom": "18.2.0",
37-
"redux": "4.2.1",
38-
"react-redux": "8.1.2",
35+
"react": "^18.2.0",
36+
"react-dom": "^18.2.0",
37+
"redux": "^4.2.1",
38+
"react-redux": "^8.1.2",
3939
"lodash": "^4.17.21",
40-
"redux-thunk": "2.4.2"
40+
"redux-thunk": "^2.4.2"
4141
},
4242
"files": [
4343
"dist/*",
@@ -50,4 +50,4 @@
5050
"oss_attribution.txt",
5151
"README.md"
5252
]
53-
}
53+
}

0 commit comments

Comments
 (0)