Compare commits

..
Author SHA1 Message Date
dependabot[bot]andGitHub 63807fc42e chore(deps): bump node from 26.8-alpine3.23 to 26.9-alpine3.23
Bumps node from 26.8-alpine3.23 to 26.9-alpine3.23.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 26.9-alpine3.23
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-18 08:13:04 +00:00
4 changed files with 959 additions and 1031 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Site builder
FROM node:26.8-alpine3.23 AS frontend-builder
FROM node:26.9-alpine3.23 AS frontend-builder
WORKDIR /frontend
+1 -1
View File
@@ -1,5 +1,5 @@
# Site builder
FROM node:26.8-alpine3.23 AS frontend-builder
FROM node:26.9-alpine3.23 AS frontend-builder
WORKDIR /frontend
+14 -14
View File
@@ -26,35 +26,35 @@
"i18next": "^26.4.2",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-resources-to-backend": "^1.2.3",
"lucide-react": "^1.46.0",
"lucide-react": "^1.40.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.7",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-hook-form": "^7.88.0",
"react-i18next": "^17.0.14",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-hook-form": "^7.87.0",
"react-i18next": "^17.0.13",
"react-markdown": "^10.1.0",
"react-router": "^8.3.1",
"sonner": "^2.0.8",
"tailwind-merge": "^3.7.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.3.3",
"zod": "^4.6.5"
"zod": "^4.5.4"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tanstack/eslint-plugin-query": "^5.102.8",
"@types/node": "^26.5.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@vitejs/plugin-react": "^6.1.1",
"eslint": "^10.10.0",
"eslint": "^10.9.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.7",
"eslint-plugin-react-refresh": "^0.5.6",
"globals": "^17.12.0",
"rollup-plugin-visualizer": "^7.1.1",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.70.0",
"vite": "^8.3.0"
"typescript-eslint": "^8.69.0",
"vite": "^8.2.2"
}
}
+943 -1015
View File
File diff suppressed because it is too large Load Diff