Compare commits

..

1 Commits

3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
################################# #################################
# Builder: Go + Node in one # Builder: Go + Node in one
################################# #################################
FROM golang:1.25.7-alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced AS builder FROM golang:1.25.7-alpine@sha256:81d49e1de26fa223b9ae0b4d5a4065ff8176a7d80aa5ef0bd9f2eee430afe4d7 AS builder
RUN apk add --no-cache \ RUN apk add --no-cache \
bash git ca-certificates tzdata \ bash git ca-certificates tzdata \

View File

@@ -55,7 +55,7 @@
"react-dom": "^19.2.3", "react-dom": "^19.2.3",
"react-hook-form": "^7.70.0", "react-hook-form": "^7.70.0",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-resizable-panels": "^3.0.6", "react-resizable-panels": "^4.0.0",
"react-router-dom": "^7.11.0", "react-router-dom": "^7.11.0",
"recharts": "2.15.4", "recharts": "2.15.4",
"sonner": "^2.0.7", "sonner": "^2.0.7",

View File

@@ -4783,10 +4783,10 @@ react-remove-scroll@^2.6.3:
use-callback-ref "^1.3.3" use-callback-ref "^1.3.3"
use-sidecar "^1.1.3" use-sidecar "^1.1.3"
react-resizable-panels@^3.0.6: react-resizable-panels@^4.0.0:
version "3.0.6" version "4.6.2"
resolved "https://registry.yarnpkg.com/react-resizable-panels/-/react-resizable-panels-3.0.6.tgz#8183132ea13a09821e9c93962ed49f240cdcfd3f" resolved "https://registry.yarnpkg.com/react-resizable-panels/-/react-resizable-panels-4.6.2.tgz#1004f9ee9c259e7dc0da3a33d9de4bff23427055"
integrity sha512-b3qKHQ3MLqOgSS+FRYKapNkJZf5EQzuf6+RLiq1/IlTHw99YrZ2NJZLk4hQIzTnnIkRg2LUqyVinu6YWWpUYew== integrity sha512-d6hyD6s7ewNAI+oINrZznR/08GUyAszrowXouUDztePEn/tQ2z/LEI2qRvrizYBe3TpgBi0cCjc10pXTTOc4jw==
react-router-dom@^7.11.0: react-router-dom@^7.11.0:
version "7.13.0" version "7.13.0"