Skip to content

Commit

Permalink
feat: qrcode package
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Jan 11, 2025
1 parent 5aeab46 commit 32b9e03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .deploy/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"@swc/helpers": "0.5.3",
"@tinymce/tinymce-angular": "^6.0.1",
"angular-gridster2": "^14.0.1",
"angularx-qrcode": "^19.0.0",
"apache-arrow": "^9.0.0",
"axios": "1.6.8",
"clipboard": "^2.0.11",
Expand Down Expand Up @@ -122,6 +121,7 @@
"noto-serif-sc": "^8.0.0",
"ollama": "^0.5.6",
"prismjs": "^1.29.0",
"qrcode": "^1.5.4",
"quill": "^1.3.7",
"remixicon": "^4.5.0",
"rxjs": "~7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"@swc/helpers": "0.5.3",
"@tinymce/tinymce-angular": "^6.0.1",
"angular-gridster2": "^14.0.1",
"angularx-qrcode": "^19.0.0",
"apache-arrow": "^9.0.0",
"axios": "1.6.8",
"clickhouse": "^2.5.0",
Expand Down Expand Up @@ -163,6 +162,7 @@
"pkginfo": "^0.4.1",
"presto-client": "^0.12.2",
"prismjs": "^1.29.0",
"qrcode": "^1.5.4",
"quill": "^1.3.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11494,14 +11494,6 @@ angular-gridster2@^14.0.1:
dependencies:
tslib "^2.3.0"

angularx-qrcode@^19.0.0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/angularx-qrcode/-/angularx-qrcode-19.0.0.tgz#d674a9100c73fb2f9b7edd313e313f4db474e8ca"
integrity sha512-uH1gO/X1hgSojZwgO3EmaXP+MvWCgZm5WGh3y1ZL2+VMstEGEMtJGZTyR645fB7ABF2ZIBUMB9h/SKvGJQX/zQ==
dependencies:
qrcode "1.5.4"
tslib "^2.3.0"

ansi-colors@4.1.3, ansi-colors@^4.1.1, ansi-colors@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b"
Expand Down Expand Up @@ -25374,7 +25366,7 @@ q@^1.5.0:
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==

qrcode@1.5.4:
qrcode@^1.5.4:
version "1.5.4"
resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.5.4.tgz#5cb81d86eb57c675febb08cf007fff963405da88"
integrity sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==
Expand Down

0 comments on commit 32b9e03

Please sign in to comment.