chore(deps): pin dependencies (#14)
All checks were successful
Lint / Lint (push) Successful in 33s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@tailwindcss/postcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss)) | devDependencies | pin | [`^4.1.6` -> `4.1.6`](https://renovatebot.com/diffs/npm/@tailwindcss%2fpostcss/4.1.6/4.1.6) |
| [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)) | devDependencies | pin | [`^4.1.6` -> `4.1.6`](https://renovatebot.com/diffs/npm/tailwindcss/4.1.6/4.1.6) |

Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Disabled because a matching PR was automerged previously.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #14
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
This commit is contained in:
Renovate Bot 2025-05-10 21:05:14 +02:00 committed by Felix Schulze
parent a1857ef3f7
commit 7ea5f90a14
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -23,14 +23,14 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.1.6", "@tailwindcss/postcss": "4.1.6",
"@types/node": "22.15.17", "@types/node": "22.15.17",
"@types/react": "19.1.3", "@types/react": "19.1.3",
"@types/react-dom": "19.1.3", "@types/react-dom": "19.1.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.3.2", "eslint-config-next": "15.3.2",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "^4.1.6", "tailwindcss": "4.1.6",
"turbo": "2.5.3", "turbo": "2.5.3",
"typescript": "5.8.3" "typescript": "5.8.3"
} }

View File

@ -24,14 +24,14 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.1.6", "@tailwindcss/postcss": "4.1.6",
"@types/node": "22.15.17", "@types/node": "22.15.17",
"@types/react": "19.1.3", "@types/react": "19.1.3",
"@types/react-dom": "19.1.3", "@types/react-dom": "19.1.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.3.2", "eslint-config-next": "15.3.2",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "^4.1.6", "tailwindcss": "4.1.6",
"turbo": "2.5.3", "turbo": "2.5.3",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },