Skip to content

Commit

Permalink
Upgrade node (20.16.0), pnpm (9.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Aug 9, 2024
1 parent 0d10635 commit 75454c2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
20.16.0
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "20.15.1",
"pnpm": "9.5.0"
"node": "20.16.0",
"pnpm": "9.7.0"
},
"volta": {
"node": "20.15.1",
"pnpm": "9.5.0"
"node": "20.16.0",
"pnpm": "9.7.0"
},
"scripts": {
"dev": "next dev",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@mdi/js": "6.9.96",
"@mdi/react": "1.6.1",
"@octokit/rest": "21.0.0",
"@octokit/rest": "21.0.1",
"next": "13.5.6",
"react": "18.3.1",
"react-dom": "18.3.1"
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 75454c2

Please sign in to comment.