arkanum/package.json
renovate-bot 88f6aa5684
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/release-helper Pipeline was successful
chore(deps): update dependency vitepress to v1.6.3 (#169)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [vitepress](https://vitepress.dev/) ([source](https://github.com/vuejs/vitepress)) | devDependencies | minor | [`1.5.0` -> `1.6.3`](https://renovatebot.com/diffs/npm/vitepress/1.5.0/1.6.3) |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjAtbmV4dC4xIiwidXBkYXRlZEluVmVyIjoiNDAuMC4wLW5leHQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #169
Reviewed-by: OCram85 <marco.blessing@googlemail.com>
Co-authored-by: renovate-bot <renovate@ocram85.com>
Co-committed-by: renovate-bot <renovate@ocram85.com>
2025-02-27 19:21:41 +01:00

25 lines
631 B
JSON

{
"name": "arkanum-docs",
"version": "1.8.3",
"type": "module",
"repository": {
"type": "git",
"url": "https://gitea.ocram85.com/arkanum/arkanum.git"
},
"devDependencies": {
"@types/bun": "latest",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"vitepress": "1.6.3"
},
"peerDependencies": {
"typescript": "5.7.3"
},
"scripts": {
"docs:clean": "rimraf docs/.vitepress/dist docs/.vitepress/dist",
"docs:dev": "bun run docs:clean && vitepress dev docs --host --port 1313",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs --host --port 1313"
}
}