Skip to content

Commit 10f868d

Browse files
chore(deps): update all non-major dependencies (amir20#3201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 077eeb7 commit 10f868d

File tree

4 files changed

+111
-95
lines changed

4 files changed

+111
-95
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY public ./public
2222
# Build assets
2323
RUN pnpm build
2424

25-
FROM --platform=$BUILDPLATFORM golang:1.22.6-alpine AS builder
25+
FROM --platform=$BUILDPLATFORM golang:1.23.0-alpine AS builder
2626

2727
# install gRPC dependencies
2828
RUN apk add --no-cache ca-certificates protoc protobuf-dev\

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ require (
7777
gotest.tools/v3 v3.0.3 // indirect
7878
)
7979

80-
go 1.22.6
80+
go 1.23.0

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": {
77
"url": "https://github.com/amir20/dozzle/issues"
88
},
9-
"packageManager": "[email protected].0",
9+
"packageManager": "[email protected].1",
1010
"type": "module",
1111
"repository": {
1212
"type": "git",
@@ -61,14 +61,14 @@
6161
"postcss": "^8.4.41",
6262
"splitpanes": "^3.1.5",
6363
"strip-ansi": "^7.1.0",
64-
"tailwindcss": "^3.4.9",
64+
"tailwindcss": "^3.4.10",
6565
"unplugin-auto-import": "^0.18.2",
6666
"unplugin-icons": "^0.19.2",
6767
"unplugin-vue-components": "^0.27.4",
6868
"unplugin-vue-macros": "^2.11.5",
69-
"unplugin-vue-router": "^0.10.3",
69+
"unplugin-vue-router": "^0.10.4",
7070
"vite": "5.4.0",
71-
"vite-plugin-compression2": "^1.1.3",
71+
"vite-plugin-compression2": "^1.1.4",
7272
"vite-plugin-vue-layouts": "^0.11.0",
7373
"vitepress": "1.3.2",
7474
"vue": "^3.4.37",
@@ -85,7 +85,7 @@
8585
"@types/d3-shape": "^3.1.6",
8686
"@types/d3-transition": "^3.0.8",
8787
"@types/lodash.debounce": "^4.0.9",
88-
"@types/node": "^22.2.0",
88+
"@types/node": "^22.3.0",
8989
"@vitejs/plugin-vue": "5.1.2",
9090
"@vue/compiler-sfc": "^3.4.37",
9191
"@vue/test-utils": "^2.4.6",

0 commit comments

Comments
 (0)