Compare commits

...

5 Commits

Author SHA1 Message Date
597913924d chore(deps): update actions/checkout action to v6
All checks were successful
Check / Lint and Check (push) Successful in 37s
Check / Lint and Check (pull_request) Successful in 33s
2025-11-22 11:35:36 +01:00
8a0011a7a9 fix(deps): update dependency lucide-react to ^0.554.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Check / Lint and Check (push) Successful in 33s
2025-11-22 04:00:49 +00:00
4a15565ff5 chore(deps): update dependency typescript-eslint to ^8.47.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Check / Lint and Check (push) Successful in 33s
2025-11-22 03:00:51 +00:00
79515c5c75 chore(deps): update dependency react-hook-form to v7.66.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Check / Lint and Check (push) Successful in 44s
2025-11-22 02:01:08 +00:00
40b2ed0fa8 chore(deps): update dependency @types/react to v19.2.6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Check / Lint and Check (push) Successful in 45s
2025-11-22 01:00:53 +00:00
3 changed files with 293 additions and 293 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4

View File

@@ -18,7 +18,7 @@
"clsx": "^2.1.1",
"cssnano": "^7.1.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.553.0",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next-plausible": "^3.12.4",
"postcss-flexbugs-fixes": "^5.0.2",
@@ -34,7 +34,7 @@
"devDependencies": {
"@tailwindcss/postcss": "4.1.17",
"@types/node": "24.10.1",
"@types/react": "19.2.5",
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3",
"eslint": "9.39.1",
"eslint-config-next": "16.0.3",
@@ -43,12 +43,12 @@
"tailwindcss": "4.1.17",
"turbo": "2.6.1",
"typescript": "5.9.3",
"typescript-eslint": "^8.46.4"
"typescript-eslint": "^8.47.0"
},
"packageManager": "pnpm@10.22.0",
"pnpm": {
"overrides": {
"@types/react": "19.2.5",
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3"
}
}

576
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff