Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 22, 2024
1 parent 94afcdf commit 1dcc2d2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/node": "^18.17.18",
"@types/node": "^20.0.0",
"tsconfig": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/ms": "^0.7.31",
"@types/node": "^18.17.18",
"@types/node": "^20.0.0",
"@types/timestring": "^6.0.5",
"tsconfig": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rimraf dist turbo-*.log --glob"
},
"devDependencies": {
"@types/node": "^18.17.18",
"@types/node": "^20.0.0",
"discord.js": "^14.13.0",
"tsconfig": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"react-library.json"
],
"dependencies": {
"@types/node": "^18.17.18"
"@types/node": "^20.0.0"
}
}
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit 1dcc2d2

Please sign in to comment.