Skip to content

Commit

Permalink
Upgrade node, pnpm and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jun 29, 2024
1 parent a61a251 commit bb8a3b3
Show file tree
Hide file tree
Showing 3 changed files with 1,639 additions and 1,273 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.15.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.12.0",
"pnpm": "8.15.5"
"node": "20.15.0",
"pnpm": "9.4.0"
},
"volta": {
"node": "20.12.0",
"pnpm": "8.15.5"
"node": "20.15.0",
"pnpm": "9.4.0"
},
"scripts": {
"dev": "next dev",
Expand All @@ -28,7 +28,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.12.2",
"@types/node": "20.14.9",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"eslint": "8.56.0",
Expand Down
Loading

0 comments on commit bb8a3b3

Please sign in to comment.