Skip to content

Commit

Permalink
Bump PNPM version to 9.11.0 (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn authored and myieye committed Oct 3, 2024
1 parent 8e20ff4 commit a3e22bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/https-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "https-proxy",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20",
"pnpm": ">=9"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "frontend",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20",
"pnpm": ">=9"
Expand Down
2 changes: 1 addition & 1 deletion frontend/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viewer",
"private": true,
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20",
"pnpm": ">=9"
Expand Down

0 comments on commit a3e22bd

Please sign in to comment.