Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 29, 2024
1 parent 2d7e7a7 commit 79c6130
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.23",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand All @@ -35,7 +35,7 @@
"@sapphire/async-queue": "^1.5.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"discord-api-types": "^0.37.69",
"discord-api-types": "^0.37.71",
"lavalink-api-types": "^2.0.2",
"tiny-typed-emitter": "^2.1.0",
"undici": "^6.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.23",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.23",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.23",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.23",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.23",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"dependencies": {
"@kirishima/types": "workspace:^",
"discord-api-types": "^0.37.69"
"discord-api-types": "^0.37.71"
}
}
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.11.23",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
Expand Down
46 changes: 23 additions & 23 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 79c6130

Please sign in to comment.