10 Commits

Author SHA1 Message Date
895e44f930 fix(deps): update dependency lucide-react to ^0.544.0
All checks were successful
Check / Lint and Check (push) Successful in 33s
2025-09-13 05:01:04 +00:00
22be09e87a chore(deps): update pnpm to v10.16.0
All checks were successful
Check / Lint and Check (push) Successful in 31s
2025-09-13 04:01:14 +00:00
cb05115068 fix(deps): update nextjs monorepo to v15.5.3
All checks were successful
Check / Lint and Check (push) Successful in 30s
2025-09-13 03:01:11 +00:00
4e7cbd01e7 fix(deps): update dependency zod to v4.1.8
All checks were successful
Check / Lint and Check (push) Successful in 29s
2025-09-13 02:01:03 +00:00
7fcea85ff1 chore(deps): update dependency @types/node to v22.18.3
All checks were successful
Check / Lint and Check (push) Successful in 2m12s
2025-09-13 01:01:11 +00:00
4641430185 chore(deps): update dependency @types/react to v19.1.13
All checks were successful
Check / Lint and Check (push) Successful in 35s
2025-09-13 00:00:59 +00:00
63064f29f8 chore(deps): update dependency eslint to v9.35.0
All checks were successful
Check / Lint and Check (push) Successful in 26s
2025-09-06 03:00:43 +00:00
3a00e01cab chore(deps): update tailwindcss monorepo to v4.1.13
All checks were successful
Check / Lint and Check (push) Successful in 25s
2025-09-06 02:00:41 +00:00
776f676947 chore(deps): update pnpm to v10.15.1
All checks were successful
Check / Lint and Check (push) Successful in 30s
2025-09-06 01:00:39 +00:00
b9ed74ea66 chore(deps): update dependency @types/node to v22.18.1
All checks were successful
Check / Lint and Check (push) Successful in 31s
2025-09-06 00:00:35 +00:00
3 changed files with 374 additions and 364 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4 uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with: with:
node-version: 22 node-version: 22
cache: "pnpm" cache: "pnpm"

View File

@@ -18,7 +18,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cssnano": "^7.1.0", "cssnano": "^7.1.0",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.542.0", "lucide-react": "^0.544.0",
"next": "^15.4.1", "next": "^15.4.1",
"next-plausible": "^3.12.4", "next-plausible": "^3.12.4",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@@ -32,17 +32,17 @@
"zod": "^4.0.5" "zod": "^4.0.5"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "4.1.12", "@tailwindcss/postcss": "4.1.13",
"@types/node": "22.18.0", "@types/node": "22.18.3",
"@types/react": "19.1.12", "@types/react": "19.1.13",
"@types/react-dom": "19.1.9", "@types/react-dom": "19.1.9",
"eslint": "9.34.0", "eslint": "9.35.0",
"eslint-config-next": "15.5.2", "eslint-config-next": "15.5.3",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"postcss": "8.5.6", "postcss": "8.5.6",
"tailwindcss": "4.1.12", "tailwindcss": "4.1.13",
"turbo": "2.5.6", "turbo": "2.5.6",
"typescript": "5.9.2" "typescript": "5.9.2"
}, },
"packageManager": "pnpm@10.15.0" "packageManager": "pnpm@10.16.0"
} }

720
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff