Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Update Node.js to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent b588c31 commit 43a9746
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion libs/defer-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"sideEffects": false,
"volta": {
"node": "18.19.0",
"node": "20.18.0",
"yarn": "1.22.21"
}
}
2 changes: 1 addition & 1 deletion libs/imports-orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"sideEffects": false,
"volta": {
"node": "18.19.0",
"node": "20.18.0",
"yarn": "1.22.21"
}
}
2 changes: 1 addition & 1 deletion libs/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"sideEffects": false,
"volta": {
"node": "18.19.0",
"node": "20.18.0",
"yarn": "1.22.21"
}
}
21 changes: 16 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 @@ -32,7 +32,7 @@
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/node": "20.16.10",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
Expand Down Expand Up @@ -84,7 +84,7 @@
},
"version": "0.6.1-prerelease.0",
"volta": {
"node": "20.15.0",
"node": "20.18.0",
"yarn": "1.22.21"
}
}

0 comments on commit 43a9746

Please sign in to comment.