Skip to content

Commit

Permalink
(chore) update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Nov 26, 2024
1 parent 5a97f23 commit 192610e
Show file tree
Hide file tree
Showing 12 changed files with 376 additions and 501 deletions.
2 changes: 1 addition & 1 deletion dashboard/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"primevue": "4.2.1",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.13",
"vue-router": "4.4.5"
"vue-router": "4.5.0"
}
}
8 changes: 4 additions & 4 deletions dashboard/new-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"dependencies": {
"@heroicons/vue": "2.2.0",
"@primevue/core": "^4.2.1",
"@vueuse/core": "^11.2.0",
"@primevue/core": "^4.2.3",
"@vueuse/core": "^11.3.0",
"echarts": "5.5.1",
"fast-equals": "5.0.1",
"humanize-duration": "3.32.1",
Expand All @@ -13,13 +13,13 @@
"primevue": "4.2.1",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.13",
"vue-router": "4.4.5"
"vue-router": "4.5.0"
},
"devDependencies": {
"@types/humanize-duration": "^3.27.4",
"@types/sanitize-html": "^2.13.0",
"global-jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"msw": "^2.6.5"
"msw": "^2.6.6"
}
}
4 changes: 2 additions & 2 deletions dashboard/new-dashboard/src/components/charts/LineChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
>
<h3
class="m-0 flex items-center"
@mouseover="labelHovered = true"
@mouseleave="labelHovered = false"
@mouseover="(labelHovered = true)"
@mouseleave="(labelHovered = false)"
>
{{ title + (settingStore.scaling ? " (scaled)" : "") + (settingStore.removeOutliers ? " (outliers removed)" : "") }}&nbsp;
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
label="Cancel"
icon="pi pi-times"
severity="secondary"
@click="showDialog = false"
@click="(showDialog = false)"
/>
<Button
label="Start"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
v-if="bisectSupported && data != null"
label="Bisect"
text
@click="showBisectDialog = true"
@click="(showBisectDialog = true)"
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
label="Cancel"
icon="pi pi-times"
severity="secondary"
@click="showDialog = false"
@click="(showDialog = false)"
/>
<Button
label="Report"
Expand All @@ -116,7 +116,7 @@
label="Cancel"
icon="pi pi-times"
severity="secondary"
@click="showDialog = false"
@click="(showDialog = false)"
/>
<Button
label="Delete"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Button
label="Close"
icon="pi pi-times"
@click="showStacktrace = false"
@click="(showStacktrace = false)"
/>
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
label="Cancel"
icon="pi pi-times"
severity="secondary"
@click="showYoutrackDialog = false"
@click="(showYoutrackDialog = false)"
/>
<Button
label="Create"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/rs/cors v1.11.1
github.com/sakura-internet/go-rison/v4 v4.0.0
github.com/slack-go/slack v0.15.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fastjson v1.6.4
github.com/valyala/quicktemplate v1.8.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.563/go.mod h1:7sCQWVkxcsR38nffDW057DRGk8mUjK1Ing/EFOK8s8Y=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/kms v1.0.563/go.mod h1:uom4Nvi9W+Qkom0exYiJ9VWJjXwyxtPYTkKkaLMlfE0=
github.com/tencentyun/cos-go-sdk-v5 v0.7.45 h1:5/ZGOv846tP6+2X7w//8QjLgH2KcUK+HciFbfjWquFU=
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"@primevue/auto-import-resolver": "^4.2.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/compiler-sfc": "^3.5.13",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/eslint-config-typescript": "^14.1.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.31.0",
"lightningcss": "^1.28.1",
"lightningcss": "^1.28.2",
"postcss": "^8.4.49",
"rollup": "^4.27.3",
"rollup": "^4.27.4",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"unplugin-vue-components": "^0.27.4",
Expand Down Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^56.0.1",
"isoworker": "^0.2.4",
"prettier": "^3.3.3",
"prettier": "^3.4.0",
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit 192610e

Please sign in to comment.