From 6b7b6d42f34247d48b0f6fdc66725ea4c06f9c9f Mon Sep 17 00:00:00 2001 From: Jacob Ley Date: Tue, 20 Aug 2024 05:01:14 +0000 Subject: [PATCH] Bump pnpm version --- .devcontainer/Dockerfile | 2 +- .github/workflows/test.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 09b9127b..f49af726 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/devcontainers/base:debian ARG NX_VERSION=19.6.1 ARG NODE_VERSION=22.5.1 -ARG PNPM_VERSION=9.7.0 +ARG PNPM_VERSION=9.7.1 ARG CHANGESETS_VERSION=2.27.7 RUN apt-get update \ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c08a035..82d0b9d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Test env: NODE_VERSION: 22.5.1 NX_VERSION: 19.6.1 - PNPM_VERSION: 9.7.0 + PNPM_VERSION: 9.7.1 on: - push diff --git a/package.json b/package.json index dc308cb1..85a74aa9 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,5 @@ "nx-tsc": "workspace:^", "nx-update-ts-references": "workspace:^" }, - "packageManager": "pnpm@9.7.0" + "packageManager": "pnpm@9.7.1" }