From 85069a980b530a2f944e2f71be08dd19194e147d Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Thu, 15 May 2025 17:56:57 -0500 Subject: [PATCH] Update devcontainer.json to match ui package.json Missed that we upgraded the ui's package.json, need to _also_ update the devcontainer.json to matching verison 22.15.0 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 571b10d..7da2970 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "features": { "ghcr.io/devcontainers/features/node:1": { // Should match what is defined in ui/package.json - "version": "21.1.0" + "version": "22.15.0" } }, "mounts": [