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 Oct 11, 2024
1 parent 9136961 commit 93b007d
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 111 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.1 AS gobuilder
FROM docker.io/library/golang:1.23.2 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.1
go 1.23.2

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.1
go 1.23.2

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.1
go 1.23.2

require (
github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@iconify-json/mdi": "1.2.1",
"@iconify-json/simple-icons": "1.2.7",
"@nuxt/fonts": "0.10.0",
"@nuxt/ui-pro": "1.4.3",
"@nuxt/ui-pro": "1.4.4",
"@nuxtjs/robots": "4.1.7",
"@pinia/nuxt": "0.5.5",
"@protobuf-ts/grpcweb-transport": "2.9.4",
Expand Down Expand Up @@ -89,7 +89,7 @@
"nuxt-typed-router": "3.7.0",
"pinia-plugin-persistedstate": "4.1.1",
"postcss": "8.4.47",
"postcss-custom-properties": "14.0.1",
"postcss-custom-properties": "14.0.2",
"postcss-import": "16.1.0",
"postcss-nesting": "13.0.0",
"postcss-url": "10.1.3",
Expand All @@ -98,7 +98,7 @@
"prettier-plugin-tailwindcss": "0.6.8",
"protoc": "1.1.3",
"protoc-gen-js": "3.21.2",
"sass": "1.79.4",
"sass": "1.79.5",
"tailwindcss": "3.4.13",
"typescript": "5.6.3",
"vue": "3.5.11",
Expand Down
Loading

0 comments on commit 93b007d

Please sign in to comment.