Compare commits

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-31 08:15:55 +00:00
4 changed files with 481 additions and 393 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Site builder
FROM node:26.7-alpine3.23 AS frontend-builder
FROM node:26.8-alpine3.23 AS frontend-builder
WORKDIR /frontend
+1 -1
View File
@@ -1,5 +1,5 @@
# Site builder
FROM node:26.7-alpine3.23 AS frontend-builder
FROM node:26.8-alpine3.23 AS frontend-builder
WORKDIR /frontend
+10 -10
View File
@@ -19,14 +19,14 @@
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slot": "^1.3.3",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-query": "^5.102.8",
"axios": "^1.20.0",
"@tanstack/react-query": "^5.101.4",
"axios": "^1.19.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^26.4.0",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-resources-to-backend": "^1.2.3",
"lucide-react": "^1.35.0",
"lucide-react": "^1.33.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.7",
"react": "^19.2.8",
@@ -42,19 +42,19 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tanstack/eslint-plugin-query": "^5.102.8",
"@types/node": "^26.4.0",
"@tanstack/eslint-plugin-query": "^5.101.4",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@vitejs/plugin-react": "^6.1.1",
"eslint": "^10.9.1",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.1.0",
"eslint": "^10.9.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.5",
"eslint-plugin-react-refresh": "^0.5.4",
"globals": "^17.11.0",
"rollup-plugin-visualizer": "^7.1.1",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.68.0",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.2"
}
}
+469 -381
View File
File diff suppressed because it is too large Load Diff