Renovate Bot
d535b88277
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.17.5` -> `22.8.6`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.5/22.8.6) | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #8 Co-authored-by: Renovate Bot <renovatebot@schulze.network> Co-committed-by: Renovate Bot <renovatebot@schulze.network>
39 lines
932 B
JSON
39 lines
932 B
JSON
{
|
|
"name": "trackeveryday",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.19",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cssnano": "^7.0.1",
|
|
"lucide-react": "^0.454.0",
|
|
"next": "14.2.16",
|
|
"next-plausible": "^3.12.0",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-preset-env": "^10.0.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"sharp": "^0.33.4",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.8.6",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-next": "14.2.16",
|
|
"postcss": "8.4.47",
|
|
"tailwindcss": "3.4.14",
|
|
"turbo": "2.2.3",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|