Skip to content

Commit f1a3fd0

Browse files
renovate[bot]OpenINFbot
authored andcommitted
chore(deps): bump pnpm to v9.0.0-beta.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- build(deps-dev): revision of beta pnpm 2 post start fish #1243 PR URL: #1243 Reviewed-by: OpenINF-bot <[email protected]> Signed-off-by: Derek Lewis <[email protected]> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: OpenINF-bot <[email protected]> Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon Apr 1 05:38:22 2024 +0000 Signed-off-by: OpenINF-bot <[email protected]>
1 parent 16fa0e2 commit f1a3fd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"author": "The OpenINF Authors & Friends",
44
"private": "true",
55
"description": "The OpenINF website and other static resources",
6-
"packageManager": "[email protected].1",
6+
"packageManager": "[email protected].2",
77
"engines": {
88
"node": "20.12.0",
9-
"pnpm": "9.0.0-beta.1"
9+
"pnpm": "9.0.0-beta.2"
1010
},
1111
"homepage": "open.inf.is",
1212
"repository": "OpenINF/openinf.github.io",

tools/devcontainer/post-start.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if test -e package.json
3232
corepack prepare pnpm@latest --activate
3333
bass pnpm setup >> /dev/null
3434
source $HOME/.config/fish/config.fish
35-
pnpm add -g [email protected].1
35+
pnpm add -g [email protected].2
3636
pnpm install
3737
end
3838

0 commit comments

Comments
 (0)