Compare commits

..

10 Commits

Author SHA1 Message Date
6bb37bd6c3 fix(deps): update dependency lucide-react to ^0.557.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Lint / Lint and Typecheck (pull_request) Successful in 38s
Lint / Lint and Typecheck (push) Successful in 44s
2025-12-13 13:03:25 +00:00
b9b16bcbf3 chore(deps): pin dependencies
All checks were successful
Lint / Lint and Typecheck (push) Successful in 43s
2025-12-13 11:27:56 +01:00
bb9d09c653 chore(deps): update pnpm to v10.25.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Lint / Lint and Typecheck (push) Successful in 38s
2025-12-13 00:02:24 +00:00
bf2c8b4e1a chore(deps): update dependency typescript-eslint to v8.49.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Lint / Lint and Typecheck (push) Successful in 36s
2025-12-12 23:02:18 +00:00
001a7b5c35 chore(deps): update dependency jsdom to v27.3.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Lint / Lint and Typecheck (push) Successful in 41s
2025-12-12 22:02:49 +00:00
85089cd187 fix(deps): update nextjs monorepo to v16.0.8
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Lint / Lint and Typecheck (push) Successful in 40s
2025-12-12 21:02:38 +00:00
4b67c1ab2c chore(deps): update dependency @vitejs/plugin-react to v5.1.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Lint / Lint and Typecheck (push) Successful in 39s
2025-12-12 20:03:39 +00:00
b9a2228422 chore(deps): update dependency @types/node to v24.10.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Lint / Lint and Typecheck (push) Successful in 37s
2025-12-12 19:29:54 +00:00
dda92f3f80 fix(deps): update react monorepo to v19.2.3
All checks were successful
Lint / Lint and Typecheck (push) Successful in 39s
2025-12-12 19:50:14 +01:00
ec52cbc116 chore(deps): update tailwindcss monorepo to v4.1.18
Some checks failed
Lint / Lint and Typecheck (push) Has been cancelled
renovate/stability-days Updates have not met minimum release age requirement
Lint / Lint and Typecheck (pull_request) Successful in 40s
2025-12-12 18:24:48 +00:00
3 changed files with 617 additions and 610 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1
# syntax=docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6
FROM node:24-alpine AS base
FROM node:24-alpine@sha256:7e0bd0460b26eb3854ea5b99b887a6a14d665d14cae694b78ae2936d14b2befb AS base
# Install dependencies only when needed
FROM base AS deps

View File

@@ -33,11 +33,11 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cssnano": "^7.1.2",
"lucide-react": "^0.561.0",
"next": "16.0.7",
"lucide-react": "^0.557.0",
"next": "16.0.8",
"next-plausible": "^3.12.4",
"react": "19.2.1",
"react-dom": "19.2.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.56.1",
"recharts": "^2.15.3",
"tailwind-merge": "^3.2.0",
@@ -45,32 +45,32 @@
},
"devDependencies": {
"@playwright/test": "1.57.0",
"@tailwindcss/postcss": "4.1.17",
"@tailwindcss/postcss": "4.1.18",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "24.10.1",
"@types/node": "24.10.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.1",
"@vitejs/plugin-react": "5.1.2",
"eslint": "9.39.1",
"eslint-config-next": "16.0.7",
"eslint-config-next": "16.0.8",
"eslint-config-prettier": "10.1.8",
"jsdom": "27.2.0",
"jsdom": "27.3.0",
"postcss": "8.5.6",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "0.7.2",
"tailwindcss": "4.1.17",
"tailwindcss": "4.1.18",
"tw-animate-css": "1.4.0",
"typescript": "5.9.3",
"typescript-eslint": "8.48.1",
"typescript-eslint": "8.49.0",
"vitest": "4.0.15"
},
"ct3aMetadata": {
"initVersion": "7.39.3"
},
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.25.0",
"pnpm": {
"overrides": {
"@types/react": "19.2.7",

1199
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff