From 3a037bed70a4daede931f8a12de1bfab0ba59cb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Feb 2026 22:35:57 +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..e96218b3 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.16", "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.1", "hint": "tags/v?[0-9]+\\.[0-9]+(\\.[0-9]+)?", "repository": "github.com/nrwl/nx" }