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 23, 2024
1 parent 51600b1 commit 280dc72
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 162 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
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
},
"dependencies": {
"@galexrt/nuxt-update": "1.0.1",
"@git-diff-view/vue": "0.0.22",
"@git-diff-view/vue": "0.0.24",
"@iconify-json/flagpack": "1.2.2",
"@iconify-json/mdi": "1.2.2",
"@iconify-json/simple-icons": "1.2.16",
"@iconify-json/simple-icons": "1.2.17",
"@nuxt/content": "2.13.4",
"@nuxt/fonts": "0.10.3",
"@nuxt/ui-pro": "1.6.0",
"@nuxtjs/robots": "5.0.1",
"@nuxtjs/robots": "5.1.0",
"@pinia/nuxt": "0.9.0",
"@protobuf-ts/grpcweb-transport": "2.9.4",
"@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",
"consola": "3.3.0",
"consola": "3.3.1",
"date-fns": "4.1.0",
"emoji-blast": "0.10.2",
"google-protobuf": "3.21.4",
Expand Down Expand Up @@ -94,9 +94,9 @@
"@types/splitpanes": "2.2.6",
"@types/uuid": "10.0.0",
"@types/zxcvbn": "4.4.5",
"@vueuse/core": "12.1.0",
"@vueuse/nuxt": "12.1.0",
"@vueuse/router": "12.1.0",
"@vueuse/core": "12.2.0",
"@vueuse/nuxt": "12.2.0",
"@vueuse/router": "12.2.0",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"eslint": "9.17.0",
Expand Down Expand Up @@ -129,7 +129,7 @@
"vue-tsc": "2.1.10"
},
"resolutions": {
"@nuxt/ui": "2.19.1"
"@nuxt/ui": "2.20.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 280dc72

Please sign in to comment.