Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ~20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent fe21a8c commit 2b5f670
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint": "~8.56.0",
"lerna": "~6.6.0",
"@types/jest": "~29.5.0",
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"ts-node": "~10.9.0",
"typescript": "~5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/jest": "~29.5.0",
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"jest": "~29.7.0",
"typescript": "~5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/selenium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@types/got": "~9.6.2",
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"@types/progress": "~2.0.3",
"execa": "~8.0.0",
"got": "~14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tdd-buffet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@types/meow": "~5.0.0",
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"strong-mock": "~8.0.0"
}
}
Loading

0 comments on commit 2b5f670

Please sign in to comment.