From a55ada1e8075882a3ad38f39ab1f5f31b178a9b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Feb 2026 22:36:49 +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..c505dbc6 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.13", "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" }