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>
40 lines
998 B
JSON
40 lines
998 B
JSON
{
|
|
"name": "trackeveryday",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint && npx tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cssnano": "^7.0.1",
|
|
"lucide-react": "^0.509.0",
|
|
"next": "15.3.2",
|
|
"next-plausible": "^3.12.0",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-preset-env": "^10.0.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"sharp": "^0.34.0",
|
|
"tailwind-merge": "^3.0.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"turbo": "2.5.3",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"packageManager": "npm@11.3.0"
|
|
}
|