Skip to content

Commit

Permalink
fix: move react/react-dom to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangeeth Sudheer committed Mar 23, 2022
1 parent 4214a70 commit 70953aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"peerDependencies": {
"moment": "^2.29.1",
"react": "^16.14.1 || ^17",
"react-dom": "^16.14.1 || ^17"
"react": "^16.14.0 || ^17",
"react-dom": "^16.14.0 || ^17"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand Down

0 comments on commit 70953aa

Please sign in to comment.