Skip to content

Commit 027b25c

Browse files
fix(deps): update all non-major dependencies (#3286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3a5324 commit 027b25c

File tree

5 files changed

+390
-424
lines changed

5 files changed

+390
-424
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ services:
9494

9595
playwright:
9696
container_name: playwright
97-
image: mcr.microsoft.com/playwright:v1.47.1-jammy
97+
image: mcr.microsoft.com/playwright:v1.47.2-jammy
9898
working_dir: /app
9999
volumes:
100100
- .:/app

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/Microsoft/go-winio v0.6.2 // indirect
55
github.com/alexflint/go-arg v1.5.1
66
github.com/beme/abide v0.0.0-20190723115211-635a09831760
7-
github.com/docker/docker v27.3.0+incompatible
7+
github.com/docker/docker v27.3.1+incompatible
88
github.com/docker/go-connections v0.5.0 // indirect
99
github.com/docker/go-units v0.5.0 // indirect
1010
github.com/dustin/go-humanize v1.0.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
3131
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
3232
github.com/docker/docker v27.3.0+incompatible h1:BNb1QY6o4JdKpqwi9IB+HUYcRRrVN4aGFUTvDmWYK1A=
3333
github.com/docker/docker v27.3.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
34+
github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI=
35+
github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
3436
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
3537
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
3638
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"docs:preview": "vitepress preview docs"
3030
},
3131
"dependencies": {
32-
"@duckdb/duckdb-wasm": "1.28.1-dev273.0",
32+
"@duckdb/duckdb-wasm": "1.28.1-dev99.0",
3333
"@iconify-json/carbon": "^1.2.1",
3434
"@iconify-json/cil": "^1.2.0",
3535
"@iconify-json/ic": "^1.2.0",
@@ -38,7 +38,7 @@
3838
"@iconify-json/mdi-light": "^1.2.0",
3939
"@iconify-json/octicon": "^1.2.0",
4040
"@iconify-json/ph": "^1.2.0",
41-
"@intlify/unplugin-vue-i18n": "^5.0.0",
41+
"@intlify/unplugin-vue-i18n": "^5.2.0",
4242
"@tailwindcss/container-queries": "^0.1.1",
4343
"@tailwindcss/typography": "^0.5.15",
4444
"@vueuse/components": "^11.1.0",
@@ -73,13 +73,13 @@
7373
"vite-plugin-compression2": "^1.3.0",
7474
"vite-plugin-vue-layouts": "^0.11.0",
7575
"vitepress": "1.3.4",
76-
"vue": "^3.5.7",
77-
"vue-i18n": "^10.0.1",
76+
"vue": "^3.5.8",
77+
"vue-i18n": "^10.0.3",
7878
"vue-router": "^4.4.5"
7979
},
8080
"devDependencies": {
8181
"@pinia/testing": "^0.1.5",
82-
"@playwright/test": "^1.47.1",
82+
"@playwright/test": "^1.47.2",
8383
"@types/d3-array": "^3.2.1",
8484
"@types/d3-ease": "^3.0.2",
8585
"@types/d3-scale": "^4.0.8",
@@ -89,13 +89,13 @@
8989
"@types/lodash.debounce": "^4.0.9",
9090
"@types/node": "^22.5.5",
9191
"@vitejs/plugin-vue": "5.1.4",
92-
"@vue/compiler-sfc": "^3.5.7",
92+
"@vue/compiler-sfc": "^3.5.8",
9393
"@vue/test-utils": "^2.4.6",
9494
"bumpp": "^9.5.2",
9595
"c8": "^10.1.2",
9696
"concurrently": "^9.0.1",
9797
"eventsourcemock": "^2.0.0",
98-
"jsdom": "^25.0.0",
98+
"jsdom": "^25.0.1",
9999
"lint-staged": "^15.2.10",
100100
"prettier": "^3.3.3",
101101
"prettier-plugin-tailwindcss": "^0.6.6",

0 commit comments

Comments
 (0)