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
This commit is contained in:
Marc Brooks 2025-05-16 05:37:54 -05:00 committed by GitHub
parent 033bdcd645
commit c9068af568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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": [