Compare commits

...

2 Commits

Author SHA1 Message Date
4c1de2beea chore(deps): update dependency tailwindcss to v4
Some checks failed
Check / Lint and Check (push) Failing after 42s
Check / Lint and Check (pull_request) Failing after 43s
2025-05-09 11:44:27 +02:00
3e15fc3a3b chore(deps): update dependency @types/node to v22 (#3)
Some checks failed
Check / Lint and Check (push) Has been cancelled
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | major | [`20.16.11` -> `22.15.17`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.11/22.15.17) |

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xLjIiLCJ1cGRhdGVkSW5WZXIiOiI0MC4xLjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #3
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2025-05-09 11:41:19 +02:00
2 changed files with 61 additions and 812 deletions

869
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,14 +33,14 @@
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "22.15.17",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"eslint": "8.57.1",
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "^10.0.2",
"postcss": "8.5.3",
"tailwindcss": "3.4.13",
"tailwindcss": "4.1.5",
"turbo": "2.1.3",
"typescript": "5.8.3"
},