Skip to content

Commit

Permalink
Merge branch 'master' into fix/handle-slow-stdin-correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored Nov 25, 2024
2 parents dc7734a + 4f871f5 commit 3e01ed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@
},
"volta": {
"node": "22.11.0",
"yarn": "4.5.1"
"yarn": "4.5.2"
},
"packageManager": "yarn@4.5.1",
"packageManager": "yarn@4.5.2",
"lint-staged": {
"*": "biome format --write --no-errors-on-unmatched",
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"volta": {
"node": "22.11.0",
"yarn": "4.5.1"
"yarn": "4.5.2"
},
"packageManager": "yarn@4.5.1"
"packageManager": "yarn@4.5.2"
}

0 comments on commit 3e01ed9

Please sign in to comment.