Skip to content

Commit

Permalink
fix: update bytetrade/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
yongheng2016 committed Nov 22, 2024
1 parent f308cd3 commit 2224fd8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/common-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,8 @@ jobs:
id: docker-tag
run: |
echo "::set-output name=time::$(TZ='Asia/Shanghai' date +'%Y-%m-%d %H:%M:%S')"
if [ ${{ steps.check.outputs.changed }} == 'true' ]; then
echo "::set-output name=version::v${{ steps.check.outputs.version }}"
echo "::set-output name=changed::true"
else
echo "::set-output name=version::${{ inputs.DEFAULT_VERSION }}"
echo "::set-output name=changed::false"
fi
echo "::set-output name=version::v${{ steps.check.outputs.version }}"
echo "::set-output name=changed::true"
- name: Build and push Docker image
id: docker_build_push
Expand Down
2 changes: 1 addition & 1 deletion apps/adminConsole/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@apps/monitoring": "../monitoring",
"@apps/nodes": "../nodes",
"@bytetrade/ui": "0.1.31",
"@bytetrade/ui": "0.1.32",
"@packages/ui": "../common",
"@quasar/extras": "^1.16.9",
"ace-builds": "^1.32.7",
Expand Down
11 changes: 6 additions & 5 deletions apps/adminConsole/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@jridgewell/trace-mapping" "^0.3.24"

"@apps/monitoring@../monitoring":
version "0.4.2"
version "0.4.3"
dependencies:
"@apps/nodes" "../nodes"
"@bytetrade/core" "0.3.67"
Expand All @@ -35,6 +35,7 @@
pinia "^2.0.11"
qs "^6.5.2"
quasar "^2.6.0"
reconnecting-websocket "^4.4.0"
thenby "^1.3.4"
tinycolor2 "^1.6.0"
vue "^3.0.0"
Expand Down Expand Up @@ -1118,10 +1119,10 @@
vue-cropper "^1.0.8"
vue-router "^4.0.3"

"@bytetrade/[email protected].31":
version "0.1.31"
resolved "https://registry.yarnpkg.com/@bytetrade/ui/-/ui-0.1.31.tgz#056862f56347b733f8b17212a17e6f5cd00e0874"
integrity sha512-QtBTkuLCPtMtcawEVuu9yABh90DbAcQXR0UMMetdw0PXvgfBONpdPA2vcgcUA/1weJV4kGZDp2nysIWgFScgmg==
"@bytetrade/[email protected].32":
version "0.1.32"
resolved "https://registry.yarnpkg.com/@bytetrade/ui/-/ui-0.1.32.tgz#703562470ecb0df44a977c947943cd359c6d3fe9"
integrity sha512-idTOmD4s04izrazzaqkQUgrY2XSb+t9KzaplPeHOZQgDh/qX6n7qAu27UilNckNYi5ceSsxC+VDHJkdHDgIPVg==
dependencies:
"@quasar/extras" "^1.16.7"
axios "^1.3.4"
Expand Down
2 changes: 1 addition & 1 deletion apps/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@apps/nodes": "../nodes",
"@bytetrade/core": "0.3.67",
"@bytetrade/ui": "0.1.29",
"@bytetrade/ui": "0.1.32",
"@packages/ui": "../common",
"@quasar/extras": "^1.16.9",
"ansi_up": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/monitoring/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1034,10 +1034,10 @@
uuid "9.0.1"
yaup "^1.8.0"

"@bytetrade/[email protected].29":
version "0.1.29"
resolved "https://registry.npmjs.org/@bytetrade/ui/-/ui-0.1.29.tgz"
integrity sha512-Ktu24w0ATJTFXFX03tzpLDCVK+WRiy2p3pSiQcqy9NPmPTRNviDFu0+hiOEGg4HYAHxAV939LtOKHzq6HyDVzA==
"@bytetrade/[email protected].32":
version "0.1.32"
resolved "https://registry.yarnpkg.com/@bytetrade/ui/-/ui-0.1.32.tgz#703562470ecb0df44a977c947943cd359c6d3fe9"
integrity sha512-idTOmD4s04izrazzaqkQUgrY2XSb+t9KzaplPeHOZQgDh/qX6n7qAu27UilNckNYi5ceSsxC+VDHJkdHDgIPVg==
dependencies:
"@quasar/extras" "^1.16.7"
axios "^1.3.4"
Expand Down

0 comments on commit 2224fd8

Please sign in to comment.