Documentation/package.json
Dependency bot cc4045a539 chore(deps): update dependency @11ty/eleventy-img to v6 (#516)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@11ty/eleventy-img](https://github.com/11ty/eleventy-img) | devDependencies | major | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@11ty%2feleventy-img/5.0.0/6.0.1) |

Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/516
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org>
Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
2025-01-25 05:26:48 +00:00

22 lines
677 B
JSON

{
"name": "codeberg-docs",
"description": "The documentation site for Codeberg",
"private": true,
"scripts": {
"build": "rm -rf _site/ && eleventy",
"serve": "eleventy --serve"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^6.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@toycode/markdown-it-class": "^1.2.4",
"@uncenter/eleventy-plugin-toc": "^1.0.3",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.0",
"pagefind": "^1.0.4"
}
}