Skip to content

Commit

Permalink
Upgrade node to latest LTS (20.12.0) and some other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Mar 31, 2024
1 parent 406a1a0 commit 424a13b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "20.11.1",
"node": "20.12.0",
"pnpm": "8.15.3"
},
"volta": {
"node": "20.11.1",
"node": "20.12.0",
"pnpm": "8.15.3"
},
"scripts": {
Expand All @@ -28,9 +28,9 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.11.19",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"eslint": "8.56.0",
"eslint-config-next": "13.5.6",
"next-sitemap": "4.2.3",
Expand Down

0 comments on commit 424a13b

Please sign in to comment.