abs3nt
51b7e64b2f
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [yarn](https://github.com/yarnpkg/berry) ([source](https://github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | packageManager | minor | [`4.1.1` -> `4.3.1`](https://renovatebot.com/diffs/npm/yarn/4.1.1/4.3.1) | --- ### Release Notes <details> <summary>yarnpkg/berry (yarn)</summary> ### [`v4.3.1`](b2eb9dce08...2e73cdb7e2
) [Compare Source](b2eb9dce08...2e73cdb7e2
) ### [`v4.3.0`](effc932614...b2eb9dce08
) [Compare Source](effc932614...b2eb9dce08
) ### [`v4.2.2`](bf24f592eb...effc932614
) [Compare Source](bf24f592eb...effc932614
) ### [`v4.2.1`](9a853e35cf...bf24f592eb
) [Compare Source](9a853e35cf...bf24f592eb
) ### [`v4.2.0`](6b7621f073...9a853e35cf
) [Compare Source](6b7621f073...9a853e35cf
) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Reviewed-on: #2
18 lines
475 B
JSON
18 lines
475 B
JSON
{
|
|
"name": "devsite",
|
|
"packageManager": "yarn@4.3.1",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^2.0.1"
|
|
},
|
|
"scripts": {
|
|
"dev:tailwind": "tailwindcss -i ./src/style/base.css -o ./dist/output.css --watch",
|
|
"build": "eleventy && tailwindcss -i ./src/style/base.css -o ./dist/output.css --minify",
|
|
"dev": "eleventy --serve"
|
|
},
|
|
"devDependencies": {
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"@types/node": "^20.14.10",
|
|
"tailwindcss": "^3.4.4"
|
|
}
|
|
}
|