Skip to content

Commit

Permalink
Merge pull request #54 from beclab/fix/ui
Browse files Browse the repository at this point in the history
feat: update bytetrade-ui version
  • Loading branch information
icebergtsn authored Dec 6, 2024
2 parents 084d90d + 032c1e9 commit fb8ece4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
14 changes: 7 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.32",
"@bytetrade/ui": "^0.1.37",
"@quasar/extras": "^1.16.9",
"axios": "^0.21.1",
"dompurify": "^3.1.7",
Expand Down
1 change: 1 addition & 0 deletions frontend/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = configure(function (ctx) {
// 'line-awesome',
// 'roboto-font-latin-ext', // this or either 'roboto-font', NEVER both!
'material-icons',
'material-symbols-rounded',
'roboto-font', // optional, you are not bound to it
'bootstrap-icons',
'themify'
Expand Down
8 changes: 4 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.32":
version "0.1.32"
resolved "https://registry.npmjs.org/@bytetrade/ui/-/ui-0.1.32.tgz"
integrity sha512-idTOmD4s04izrazzaqkQUgrY2XSb+t9KzaplPeHOZQgDh/qX6n7qAu27UilNckNYi5ceSsxC+VDHJkdHDgIPVg==
"@bytetrade/ui@^0.1.37":
version "0.1.37"
resolved "https://registry.npmjs.org/@bytetrade/ui/-/ui-0.1.37.tgz"
integrity sha512-URLoqsgGnUIzyrlhmfIvc6HoV+d1Noq5+xIPcpqcKVgoSKEdj/UciTAq/GjZCbhmR00Qc05aveIcBCvnV46Zhw==
dependencies:
"@quasar/extras" "^1.16.7"
axios "^1.3.4"
Expand Down

0 comments on commit fb8ece4

Please sign in to comment.