Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent b807ca7 commit 2c25211
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "tsc; esbuild dist/api/src/index.js --bundle --format=esm --minify --outfile=out/index.js"
},
"engines": {
"node": "18"
"node": "20"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240222.0",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "next lint"
},
"engines": {
"node": "18"
"node": "20"
},
"dependencies": {
"@auth0/auth0-react": "1.12.1",
Expand Down Expand Up @@ -37,7 +37,7 @@
"uuid": "9.0.1"
},
"devDependencies": {
"@types/node": "18.19.23",
"@types/node": "20.12.10",
"@types/react": "18.2.65",
"@types/react-beautiful-dnd": "13.1.8",
"@types/remove-markdown": "0.3.4",
Expand Down

0 comments on commit 2c25211

Please sign in to comment.