From c9068af5688ded922820aa5c5fbfcd23a473969c Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Fri, 16 May 2025 05:37:54 -0500 Subject: [PATCH] Update devcontainer.json to match ui package.json (#457) 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": [