Skip to content

Commit

Permalink
fix: bytetrade-ui version
Browse files Browse the repository at this point in the history
  • Loading branch information
icebergtsn committed Nov 22, 2024
1 parent b61bdad commit f816e8f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 23 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.29",
"@bytetrade/ui": "^0.1.32",
"@quasar/extras": "^1.16.9",
"axios": "^0.21.1",
"dompurify": "^3.1.7",
Expand Down
11 changes: 0 additions & 11 deletions frontend/src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,3 @@
<div id="q-app"></div>
</body>
</html>
<script>
if (navigator.platform.indexOf('Win') !== -1) {
document.body.classList.add('windows');
}
</script>
<style>
body.windows ::-webkit-scrollbar {
width: 0 !important;
height: 0 !important;
}
</style>
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.29":
version "0.1.29"
resolved "https://registry.npmjs.org/@bytetrade/ui/-/ui-0.1.29.tgz"
integrity sha512-Ktu24w0ATJTFXFX03tzpLDCVK+WRiy2p3pSiQcqy9NPmPTRNviDFu0+hiOEGg4HYAHxAV939LtOKHzq6HyDVzA==
"@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==
dependencies:
"@quasar/extras" "^1.16.7"
axios "^1.3.4"
Expand Down

0 comments on commit f816e8f

Please sign in to comment.