1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

fix(deps): update all non-major dependencies (#3286)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-22 15:39:55 +00:00
committed by GitHub
parent d3a5324f0f
commit 027b25cce5
5 changed files with 391 additions and 425 deletions

View File

@@ -94,7 +94,7 @@ services:
playwright:
container_name: playwright
image: mcr.microsoft.com/playwright:v1.47.1-jammy
image: mcr.microsoft.com/playwright:v1.47.2-jammy
working_dir: /app
volumes:
- .:/app

2
go.mod
View File

@@ -4,7 +4,7 @@ require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/alexflint/go-arg v1.5.1
github.com/beme/abide v0.0.0-20190723115211-635a09831760
github.com/docker/docker v27.3.0+incompatible
github.com/docker/docker v27.3.1+incompatible
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1

2
go.sum
View File

@@ -31,6 +31,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/docker v27.3.0+incompatible h1:BNb1QY6o4JdKpqwi9IB+HUYcRRrVN4aGFUTvDmWYK1A=
github.com/docker/docker v27.3.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI=
github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

View File

@@ -29,7 +29,7 @@
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@duckdb/duckdb-wasm": "1.28.1-dev273.0",
"@duckdb/duckdb-wasm": "1.28.1-dev99.0",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/cil": "^1.2.0",
"@iconify-json/ic": "^1.2.0",
@@ -38,7 +38,7 @@
"@iconify-json/mdi-light": "^1.2.0",
"@iconify-json/octicon": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@intlify/unplugin-vue-i18n": "^5.0.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@vueuse/components": "^11.1.0",
@@ -73,13 +73,13 @@
"vite-plugin-compression2": "^1.3.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vitepress": "1.3.4",
"vue": "^3.5.7",
"vue-i18n": "^10.0.1",
"vue": "^3.5.8",
"vue-i18n": "^10.0.3",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@pinia/testing": "^0.1.5",
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@types/d3-array": "^3.2.1",
"@types/d3-ease": "^3.0.2",
"@types/d3-scale": "^4.0.8",
@@ -89,13 +89,13 @@
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.5.5",
"@vitejs/plugin-vue": "5.1.4",
"@vue/compiler-sfc": "^3.5.7",
"@vue/compiler-sfc": "^3.5.8",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.5.2",
"c8": "^10.1.2",
"concurrently": "^9.0.1",
"eventsourcemock": "^2.0.0",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",

796
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff