From 7ea5f90a14d1f5c5935a7a597617032469790a85 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 May 2025 21:05:14 +0200 Subject: [PATCH] chore(deps): pin dependencies (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.schulze.network/schulze/trackevery-day/pulls/14 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 667cb19..e086611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,14 +23,14 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.6", + "@tailwindcss/postcss": "4.1.6", "@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", "postcss": "8.5.3", - "tailwindcss": "^4.1.6", + "tailwindcss": "4.1.6", "turbo": "2.5.3", "typescript": "5.8.3" } diff --git a/package.json b/package.json index 3e764ec..140d18d 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.6", + "@tailwindcss/postcss": "4.1.6", "@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", "postcss": "8.5.3", - "tailwindcss": "^4.1.6", + "tailwindcss": "4.1.6", "turbo": "2.5.3", "typescript": "5.8.3" },