diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-04-28 10:12:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 10:12:04 +0900 |
| commit | 6acb743e5e7d46b0f8a00be82eb245a7acafafab (patch) | |
| tree | 72197454b8e7320a5a27c53650e695dc1ec781ad /.devcontainer/devcontainer.json | |
| parent | 🎨 (diff) | |
| download | sharkey-6acb743e5e7d46b0f8a00be82eb245a7acafafab.tar.gz sharkey-6acb743e5e7d46b0f8a00be82eb245a7acafafab.tar.bz2 sharkey-6acb743e5e7d46b0f8a00be82eb245a7acafafab.zip | |
deps: update pnpm to v10.10.0 (#15899)
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
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 c506c36f6b..25d9cfc1fb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "version": "22.11.0" }, "ghcr.io/devcontainers-extra/features/pnpm:2": { - "version": "10.6.1" + "version": "10.10.0" } }, "forwardPorts": [3000], |