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 Sep 4, 2024
1 parent d2f6b0a commit 2b52774
Show file tree
Hide file tree
Showing 6 changed files with 447 additions and 400 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.22.6 AS gobuilder
FROM docker.io/library/golang:1.23.0 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.22.6
go 1.23.0

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.22.6
go 1.23.0

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.22.6
go 1.23.0

require (
github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/howler": "2.2.11",
"@types/leaflet": "1.9.12",
"@types/leaflet-contextmenu": "1.4.3",
"@types/node": "22.5.2",
"@types/node": "22.5.3",
"@types/splitpanes": "2.2.6",
"@types/uuid": "10.0.0",
"@types/zxcvbn": "4.4.5",
Expand All @@ -91,7 +91,7 @@
"nuxi": "3.13.1",
"nuxt": "3.13.0",
"nuxt-typed-router": "3.6.5",
"postcss": "8.4.44",
"postcss": "8.4.45",
"postcss-custom-properties": "14.0.1",
"postcss-import": "16.1.0",
"postcss-nesting": "13.0.0",
Expand All @@ -101,15 +101,15 @@
"prettier-plugin-tailwindcss": "0.6.6",
"protoc": "1.1.3",
"protoc-gen-js": "3.21.2",
"sass": "1.77.8",
"sass": "1.78.0",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"vue": "3.4.38",
"vue": "3.5.0",
"vue-i18n-routing": "1.2.0",
"vue-tsc": "2.1.4"
},
"overrides": {
"@nuxt/icon": "1.5.0"
"@nuxt/icon": "1.5.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 2b52774

Please sign in to comment.