From 1f7383f0d5b179eee0ea9db461d4e5031f164507 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 29 Oct 2025 14:59:47 +0100 Subject: [PATCH] build: add explicit dependency to yaml The docs site deployment seems to indirectly depend on `yaml`. These changes add it as a dependency. --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 71029d5c9522..458d3db5b38a 100644 --- a/package.json +++ b/package.json @@ -147,6 +147,7 @@ "tsutils": "^3.21.0", "typescript": "5.9.2", "vrsource-tslint-rules": "6.0.0", + "yaml": "^2.8.1", "yargs": "^18.0.0", "zx": "^8.0.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 15ef96838db9..816adbdf1c5a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -338,6 +338,9 @@ importers: vrsource-tslint-rules: specifier: 6.0.0 version: 6.0.0(tslint@6.1.3(typescript@5.9.2))(typescript@5.9.2) + yaml: + specifier: ^2.8.1 + version: 2.8.1 yargs: specifier: ^18.0.0 version: 18.0.0