diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-10-18 19:48:03 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-10-18 19:48:03 +0200 |
| commit | 4b230d792c2166d79c7c1531234b97c4e4d2a804 (patch) | |
| tree | 39124be50d2c696e063a13a97f819a78a005a712 /.devcontainer/devcontainer.json | |
| parent | Merge pull request #98 from transfem-org/dependabot/github_actions/actions/ch... (diff) | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-4b230d792c2166d79c7c1531234b97c4e4d2a804.tar.gz sharkey-4b230d792c2166d79c7c1531234b97c4e4d2a804.tar.bz2 sharkey-4b230d792c2166d79c7c1531234b97c4e4d2a804.zip | |
merge: upstream changes
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" |