Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getbranches/todoist-github-bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8cdf29ad21a35a45a5897cdf796a08211fdd8444
Choose a base ref
..
head repository: getbranches/todoist-github-bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7acd3498ee2c4c5dadcf31b426f288f0f09c0c82
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 package.json
  2. +1 −1 packages/server/package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -23,6 +23,6 @@
"packageManager": "pnpm@8.6.10",
"prettier": "@simenandre/prettier",
"volta": {
"node": "18.20.4"
"node": "18.20.5"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"exports": "./dist/main.js",
"type": "module",
"volta": {
"node": "18.20.4",
"node": "18.20.5",
"yarn": "1.22.19"
},
"engines": {