Skip to content

Commit

Permalink
Update to pnpm 9.3.0 (#37780)
Browse files Browse the repository at this point in the history
Last week we updated from pnpm 8 to pnpm 9.2.0, and then today they
released 9.3.0 with a change in the lock file.
  • Loading branch information
anomiex authored and dilirity committed Jun 11, 2024
1 parent dc156d0 commit 3eeab5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PHP_VERSION=8.2
COMPOSER_VERSION=2.7.1
NODE_VERSION=20.8.1
PNPM_VERSION=9.2.0
PNPM_VERSION=9.3.0

# Other useful version numbers.
MIN_PHP_VERSION=7.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"engines": {
"node": "^20.8.1",
"pnpm": "^9.2.0"
"pnpm": "^9.3.0"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3eeab5a

Please sign in to comment.