Skip to content

Commit

Permalink
fix viewer package manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Sep 3, 2024
1 parent e8e33c8 commit aae528a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion frontend/https-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "https-proxy",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"type": "module",
"scripts": {
"dev": "vite"
Expand Down
5 changes: 3 additions & 2 deletions frontend/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "viewer",
"private": true,
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@9.1.2",
"engines": {
"node": ">=20"
"node": ">=20",
"pnpm": ">=9"
},
"version": "1.0.0",
"type": "module",
Expand Down

0 comments on commit aae528a

Please sign in to comment.