From 65a17cd5e312ed12531634a86282c08e69f27fb4 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 3 Aug 2025 21:41:36 -0700 Subject: [PATCH] test --- package.json | 3 ++- pnpm-lock.yaml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a5a27f67e5..a448c0acd5 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "devDependencies": { "@changesets/cli": "^2.29.5", "@devcontainers/cli": "^0.80.0", - "nx":"21.3.10" + "nx":"21.3.10", + "@bufbuild/buf": "^1.55.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6170007baf..848026a38a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,6 +13,9 @@ importers: .: devDependencies: + '@bufbuild/buf': + specifier: ^1.55.1 + version: 1.55.1 '@changesets/cli': specifier: ^2.29.5 version: 2.29.5