From f7a4e2e66eb3d4aacd5ba72d5daa87a63ecc192d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Feb 2026 22:35:41 +0000 Subject: [PATCH] feature/nx: update dependencies --- features/src/nx/devcontainer-feature.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/src/nx/devcontainer-feature.json b/features/src/nx/devcontainer-feature.json index 4e36df65..8f3bacd8 100644 --- a/features/src/nx/devcontainer-feature.json +++ b/features/src/nx/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "nx", "name": "nx", - "version": "2026.2.3", + "version": "2026.2.20", "installsAfter": [ "ghcr.io/lifadev/devcontainers/features/node20", "ghcr.io/lifadev/devcontainers/features/node24" @@ -14,7 +14,7 @@ "dependencies": [ { "name": "nx", - "version": "22.4.5", + "version": "22.5.2", "hint": "tags/v?[0-9]+\\.[0-9]+(\\.[0-9]+)?", "repository": "github.com/nrwl/nx" }