Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (amir20#3185)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent cabe2c8 commit 84be3b1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build assets
FROM --platform=$BUILDPLATFORM node:22.5.1-alpine AS node
FROM --platform=$BUILDPLATFORM node:22.6.0-alpine AS node

RUN corepack enable

Expand All @@ -22,7 +22,7 @@ COPY public ./public
# Build assets
RUN pnpm build

FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.6-alpine AS builder

# install gRPC dependencies
RUN apk add --no-cache ca-certificates protoc protobuf-dev\
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ require (
gotest.tools/v3 v3.0.3 // indirect
)

go 1.22.5
go 1.22.6
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/amir20/dozzle/issues"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.7",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.1",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "^0.27.3",
"unplugin-vue-macros": "^2.11.4",
"unplugin-vue-router": "^0.10.2",
Expand All @@ -73,7 +73,7 @@
"vitepress": "1.3.2",
"vue": "^3.4.36",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.2"
"vue-router": "^4.4.3"
},
"devDependencies": {
"@pinia/testing": "^0.1.5",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84be3b1

Please sign in to comment.