Skip to content

Commit

Permalink
upgrade pnpm (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam authored Nov 6, 2024
1 parent afae2f8 commit 670b65f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"private": true,
"engines": {
"node": "20.18.0",
"pnpm": "9.12.2"
"pnpm": "9.12.3"
},
"engine-strict": true,
"volta": {
"node": "20.18.0",
"pnpm": "9.12.2"
"pnpm": "9.12.3"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.12.3",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.56.0",
"eslint-config-next": "13.5.6",
Expand Down
24 changes: 12 additions & 12 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 670b65f

Please sign in to comment.