diff --git a/docs/plans/axios-removal.md b/docs/plans/axios-removal.md index d6adf72..14d55e3 100644 --- a/docs/plans/axios-removal.md +++ b/docs/plans/axios-removal.md @@ -30,6 +30,8 @@ testable HTTP layer instead of many ad hoc call-site rewrites. - execute `pnpm run netlify-build` ✅ - run live deploy verification (`apple-silicon-app-test` URLs) ✅ - confirm whether `pnpm-lock.yaml` changes are sufficient for your lockfile policy + - ✅ `package.json` no longer lists axios + - ✅ `pnpm-lock.yaml` still contains only transitive `gaxios` (Google API client dependency), no direct `axios` entry # Non-Goals