Page MenuHomePhabricator

[chronik-docs] Bump dependencies
ClosedPublic

Authored by Fabien on Dec 17 2025, 09:48.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCdaa8ed629108: [chronik-docs] Bump dependencies
Summary

This is a step towards fixing the broken links.

Test Plan

From the repo root:

pnpm install --frozen-lockfile --filter chronik-docs...
if [ ! -f web/chronik.e.cash/.abclatestversion ]; then
  mv web/chronik.e.cash/.abclatestversion.sample web/chronik.e.cash/.abclatestversion
fi
pnpm --filter chronik-docs run build
pnpm --filter chronik-docs run serve

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Dec 17 2025, 09:48
This revision is now accepted and ready to land.Dec 17 2025, 11:27
This revision was automatically updated to reflect the committed changes.