Skip to content

Commit

Permalink
main 🧊 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
debabin committed Jun 19, 2024
1 parent 31133cd commit d3acd99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@
},
"peerDependencies": {
"@types/react": "^18.0.0",
"qrcode": "^1.5.3",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
"optionalDependencies": {
"qrcode": "^1.5.3",
"screenfull": "^6.0.2"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit d3acd99

Please sign in to comment.