Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 4, 2024
1 parent d3d477c commit 5b04e9c
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "^20.11.17",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"dependencies": {
"@discordjs/collection": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"dependencies": {
"undici": "^6.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"dependencies": {
"@kirishima/fetch": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"dependencies": {
"@kirishima/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "^20.11.17",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"dependencies": {
"@sapphire/async-queue": "^1.5.2",
Expand Down
32 changes: 16 additions & 16 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 5b04e9c

Please sign in to comment.