Skip to content

Commit

Permalink
Merge pull request #1229 from Puli-shilpa/Dev-2.0
Browse files Browse the repository at this point in the history
added qrcode package
  • Loading branch information
sriranjan-s authored Jul 30, 2024
2 parents 075ecfa + 2dc84a6 commit 24bf08f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/micro-ui/web/micro-ui-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
},
"dependencies": {
"lodash": "4.17.21",
"microbundle-crl": "^0.13.11"
"microbundle-crl": "^0.13.11",
"qrcode": "^1.5.3"
},
"resolutions": {
"**/babel-loader": "8.2.2",
Expand Down
1 change: 1 addition & 0 deletions frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@upyog/digit-ui-react-components": "1.7.0-beta.4",
"@upyog-niua/upyog-ui-module-ptr": "1.0.8",
"babel-loader": "8.1.0",
"qrcode": "^1.5.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.3.0",
Expand Down

0 comments on commit 24bf08f

Please sign in to comment.