From 491bd0151091bdec4da9c5d2554fe26af900bf0e Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 1 Jul 2026 16:50:34 -0400 Subject: [PATCH] fix(deps): add explicit PostCSS dependency Dependabot lockfile refreshes can resolve the Docusaurus/OpenAPI peer graph without PostCSS attached to the top-level Docusaurus packages. That makes static generation render docs pages without the expected docs context. Add PostCSS explicitly so regenerated lockfiles keep the peer graph stable. --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 13efcc14..5b7bf705 100644 --- a/package.json +++ b/package.json @@ -142,6 +142,7 @@ "nock": "^15.0.0", "npm-run-all": "^4.1.5", "open": "^11.0.0", + "postcss": "8.5.15", "prettier": "^3.8.3", "sass": "^1.99.0", "sass-loader": "^16.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62ed9be4..b3228326 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -192,6 +192,9 @@ importers: open: specifier: ^11.0.0 version: 11.0.0 + postcss: + specifier: 8.5.15 + version: 8.5.15 prettier: specifier: ^3.8.3 version: 3.8.4