diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-18 09:43:59 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-18 09:43:59 +0900 |
| commit | 145c5c8b2b2c3bbcfe67381389dc8db38be1cb62 (patch) | |
| tree | 0e55fe8306b06a213763546fb6d559ab37e46b26 /.devcontainer/devcontainer.json | |
| parent | 新規にフォローした人のwithRepliesをtrueにする機能を追加 (... (diff) | |
| download | sharkey-145c5c8b2b2c3bbcfe67381389dc8db38be1cb62.tar.gz sharkey-145c5c8b2b2c3bbcfe67381389dc8db38be1cb62.tar.bz2 sharkey-145c5c8b2b2c3bbcfe67381389dc8db38be1cb62.zip | |
update deps
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a78d91900b..0583a66960 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "workspaceFolder": "/workspace", "features": { "ghcr.io/devcontainers-contrib/features/pnpm:2": { - "version": "8.8.0" + "version": "8.9.2" }, "ghcr.io/devcontainers/features/node:1": { "version": "20.5.1" |