Compare commits

...

8 Commits

Author SHA1 Message Date
b42325b90c fix(deps): update nextjs monorepo to v16
Some checks failed
Lint / Lint and Check (push) Failing after 18s
Lint / Lint and Check (pull_request) Failing after 17s
2025-11-01 07:04:43 +00:00
51401e1e80 chore(deps): update eslint monorepo to v9.39.0 (#21)
Some checks failed
Lint / Lint and Check (push) Failing after 23s
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2025-11-01 07:03:47 +01:00
8ec8716300 chore(deps): update pnpm to v10.20.0
Some checks failed
Lint / Lint and Check (push) Has been cancelled
2025-11-01 05:04:18 +00:00
ed16749fc9 chore(deps): update dependency turbo to v2.6.0
All checks were successful
Lint / Lint and Check (push) Successful in 28s
2025-11-01 04:04:40 +00:00
29a995deb9 chore(deps): update dependency drizzle-kit to v0.31.6
All checks were successful
Lint / Lint and Check (push) Successful in 29s
2025-11-01 03:05:26 +00:00
4db001a1fb chore(deps): update dependency cssnano to v7.1.2
All checks were successful
Lint / Lint and Check (push) Successful in 28s
2025-11-01 02:06:26 +00:00
020645a1f8 chore(deps): update dependency @types/pg to v8.15.6
All checks were successful
Lint / Lint and Check (push) Successful in 56s
2025-11-01 01:06:49 +00:00
5d61249bfc chore(deps): update dependency @types/node to v22.18.13
All checks were successful
Lint / Lint and Check (push) Successful in 28s
2025-11-01 00:06:13 +00:00
2 changed files with 669 additions and 393 deletions

View File

@@ -31,7 +31,7 @@
"drizzle-orm": "^0.44.3",
"lucide-react": "^0.548.0",
"nanoid": "^5.1.5",
"next": "15.5.6",
"next": "16.0.1",
"next-plausible": "^3.12.4",
"pg": "^8.16.3",
"pg-native": "^3.5.2",
@@ -43,25 +43,25 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "9.38.0",
"@next/eslint-plugin-next": "15.5.6",
"@eslint/js": "9.39.0",
"@next/eslint-plugin-next": "16.0.1",
"@tailwindcss/postcss": "4.1.16",
"@types/node": "22.18.12",
"@types/pg": "8.15.5",
"@types/node": "22.18.13",
"@types/pg": "8.15.6",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@typescript-eslint/eslint-plugin": "8.46.2",
"@typescript-eslint/parser": "8.46.2",
"drizzle-kit": "0.31.5",
"eslint": "9.38.0",
"eslint-config-next": "15.5.6",
"drizzle-kit": "0.31.6",
"eslint": "9.39.0",
"eslint-config-next": "16.0.1",
"postcss": "8.5.6",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.7.1",
"tailwindcss": "4.1.16",
"turbo": "2.5.8",
"turbo": "2.6.0",
"typescript": "5.9.3",
"typescript-eslint": "8.46.2"
},
"packageManager": "pnpm@10.19.0"
"packageManager": "pnpm@10.20.0"
}

1042
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff