Skip to content

Commit

Permalink
Merge pull request #50 from beclab/feat/ui-version
Browse files Browse the repository at this point in the history
feat: update bytetrade-ui version to adaptive theme
  • Loading branch information
icebergtsn authored Nov 15, 2024
2 parents f0e21cb + 7bc4add commit 3f3b8c9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
26 changes: 19 additions & 7 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@bytetrade/core": "^0.3.66",
"@bytetrade/ui": "^0.1.12",
"@bytetrade/ui": "^0.1.29",
"@quasar/extras": "^1.16.9",
"axios": "^0.21.1",
"dompurify": "^3.1.7",
Expand Down
14 changes: 10 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1039,10 +1039,10 @@
uuid "9.0.1"
yaup "^1.8.0"

"@bytetrade/ui@^0.1.12":
version "0.1.12"
resolved "https://registry.npmjs.org/@bytetrade/ui/-/ui-0.1.12.tgz"
integrity sha512-nJPC58rRJpUN5ahTYm4UJw/h/QWp3w6pImV+F/YKRIFPn4K8EZOY1XmJFVpSeqU1+S/DLpF7m3Gadu7La9Vi8w==
"@bytetrade/ui@^0.1.29":
version "0.1.29"
resolved "https://registry.npmjs.org/@bytetrade/ui/-/ui-0.1.29.tgz"
integrity sha512-Ktu24w0ATJTFXFX03tzpLDCVK+WRiy2p3pSiQcqy9NPmPTRNviDFu0+hiOEGg4HYAHxAV939LtOKHzq6HyDVzA==
dependencies:
"@quasar/extras" "^1.16.7"
axios "^1.3.4"
Expand All @@ -1051,6 +1051,7 @@
moment "^2.29.4"
multiformats "9.6.4"
quasar "^2.6.0"
terminus-sdk-es6 "^0.0.2"
vue "^3.2.13"
vue-cropper "^1.0.8"
vue-router "^4.0.3"
Expand Down Expand Up @@ -7517,6 +7518,11 @@ tempy@^0.6.0:
type-fest "^0.16.0"
unique-string "^2.0.0"

terminus-sdk-es6@^0.0.2:
version "0.0.2"
resolved "https://registry.npmjs.org/terminus-sdk-es6/-/terminus-sdk-es6-0.0.2.tgz"
integrity sha512-ct0bwdoirj5tooXL4dSGYPNmBNJpLxhKcoowRCXw8bP6RfUgdgPbuCtzIE89UdaOAJmf02zC3wuFJ1s3dgsscg==

terser-webpack-plugin@^5.3.10, [email protected]:
version "5.3.10"
resolved "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz"
Expand Down

0 comments on commit 3f3b8c9

Please sign in to comment.