Skip to content

Commit

Permalink
(chore) Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Sep 30, 2024
1 parent 9719ffd commit d679a28
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 272 deletions.
2 changes: 1 addition & 1 deletion dashboard/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pinia": "^2.2.2",
"primevue": "4.0.7",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.8",
"vue": "3.5.10",
"vue-router": "4.4.5"
}
}
2 changes: 1 addition & 1 deletion dashboard/new-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pinia": "^2.2.2",
"primevue": "4.0.7",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.8",
"vue": "3.5.10",
"vue-router": "4.4.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
require (
github.com/Altinity/clickhouse-backup v1.6.3-0.20230612080849-d0f5b1987694
github.com/ClickHouse/ch-go v0.62.0
github.com/ClickHouse/clickhouse-go/v2 v2.28.3
github.com/ClickHouse/clickhouse-go/v2 v2.29.0
github.com/VictoriaMetrics/fastcache v1.12.2
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alitto/pond v1.9.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbi
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/ClickHouse/ch-go v0.62.0 h1:eXH0hytXeCEEZHgMvOX9IiW7wqBb4w1MJMp9rArbkrc=
github.com/ClickHouse/ch-go v0.62.0/go.mod h1:uzso52/PD9+gZj7tL6XAo8/EYDrx7CIwNF4c6PnO6S0=
github.com/ClickHouse/clickhouse-go/v2 v2.28.3 h1:SkFzPULX6nzgfNZd1YD1XTECivjTMrCtD09ZPKcVLFQ=
github.com/ClickHouse/clickhouse-go/v2 v2.28.3/go.mod h1:vzn73hp+3JwxtFU4RjPCQ7r6fP2pMKVwdi8E1/Tkua8=
github.com/ClickHouse/clickhouse-go/v2 v2.29.0 h1:Dj1w59RssRyLgGHXtYaWU0eIM1pJsu9nGPi/btmvAqw=
github.com/ClickHouse/clickhouse-go/v2 v2.29.0/go.mod h1:bLookq6qZJ4Ush/6tOAnJGh1Sf3Sa/nQoMn71p7ZCUE=
github.com/QcloudApi/qcloud_sign_golang v0.0.0-20141224014652-e4130a326409/go.mod h1:1pk82RBxDY/JZnPQrtqHlUFfCctgdorsd9M06fMynOM=
github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=
github.com/VictoriaMetrics/fastcache v1.12.2/go.mod h1:AmC+Nzz1+3G2eCPapF6UcsnkThDcMsQicp4xDukwJYI=
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.8",
"@vue/compiler-sfc": "^3.5.10",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
Expand All @@ -29,13 +29,13 @@
"eslint-plugin-vue": "^9.28.0",
"lightningcss": "^1.27.0",
"postcss": "^8.4.47",
"rollup": "^4.22.4",
"rollup": "^4.22.5",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unplugin-vue-components": "^0.27.4",
"vite": "5.4.8",
"vite-plugin-static-copy": "^1.0.6",
"vue": "^3.5.8",
"vue": "^3.5.10",
"vue-tsc": "^2.1.6"
},
"pnpm": {
Expand Down
Loading

0 comments on commit d679a28

Please sign in to comment.