Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 6d28723 commit eea8134
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 191 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN rm -rf ./.nuxt/ && \
NUXT_UI_PRO_LICENSE=${NUXT_UI_PRO_LICENSE} pnpm generate

# Backend Build
FROM docker.io/library/golang:1.23.3 AS gobuilder
FROM docker.io/library/golang:1.23.4 AS gobuilder
WORKDIR /go/src/github.com/fivenet-app/fivenet/
COPY . ./
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fivenet-app/fivenet

go 1.23.3
go 1.23.4

require (
github.com/Code-Hex/go-generics-cache v1.5.1
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/protoc-gen-customizer/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fivenet-app/fivenet/internal/cmd/protoc-gen-customizer

go 1.23.3
go 1.23.4

require (
github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/protoc-gen-fronthelper/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fivenet-app/fivenet/internal/cmd/protoc-gen-fronthelper

go 1.23.3
go 1.23.4

require (
github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@nuxtjs/robots": "5.0.1",
"@pinia/nuxt": "0.9.0",
"@protobuf-ts/grpcweb-transport": "2.9.4",
"@unovis/ts": "1.4.5",
"@unovis/vue": "1.4.5",
"@unovis/ts": "1.5.0",
"@unovis/vue": "1.5.0",
"@vue-leaflet/vue-leaflet": "0.10.1",
"@zxcvbn-ts/core": "3.0.4",
"browser-headers": "0.4.1",
Expand Down Expand Up @@ -64,7 +64,7 @@
"zod": "3.24.1"
},
"devDependencies": {
"@nuxt/devtools": "1.6.3",
"@nuxt/devtools": "1.6.4",
"@nuxt/eslint": "0.7.3",
"@nuxtjs/fontaine": "0.4.4",
"@nuxtjs/i18n": "9.1.1",
Expand Down Expand Up @@ -110,6 +110,6 @@
},
"packageManager": "[email protected]",
"resolutions": {
"@nuxt/ui": "2.19.1"
"@nuxt/ui": "2.20.0"
}
}
Loading

0 comments on commit eea8134

Please sign in to comment.