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 Jul 14, 2024
1 parent 8728783 commit 0d10635
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.15.1
12 changes: 6 additions & 6 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.0",
"pnpm": "9.4.0"
"node": "20.15.1",
"pnpm": "9.5.0"
},
"volta": {
"node": "20.15.0",
"pnpm": "9.4.0"
"node": "20.15.1",
"pnpm": "9.5.0"
},
"scripts": {
"dev": "next dev",
Expand All @@ -28,13 +28,13 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.56.0",
"eslint-config-next": "13.5.6",
"next-sitemap": "4.2.3",
"sass": "1.77.6",
"sass": "1.77.8",
"typescript": "5.4.5"
}
}
32 changes: 16 additions & 16 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 0d10635

Please sign in to comment.