Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 5, 2024
1 parent 0f2aae9 commit 02c8502
Show file tree
Hide file tree
Showing 9 changed files with 115 additions and 120 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"@hazmi35/eslint-config": "^13.3.1",
"turbo": "^1.12.4"
"turbo": "^1.13.4"
}
}
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.14.2",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"dependencies": {
"@discordjs/collection": "^2.0.0",
"@discordjs/collection": "^2.1.0",
"@kirishima/fetch": "workspace:^",
"@kirishima/rest": "workspace:^",
"@kirishima/types": "workspace:^",
Expand All @@ -35,10 +35,10 @@
"@sapphire/async-queue": "^1.5.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.16.2",
"discord-api-types": "^0.37.69",
"discord-api-types": "^0.37.87",
"lavalink-api-types": "^2.0.2",
"tiny-typed-emitter": "^2.1.0",
"undici": "^6.6.2",
"ws": "^8.16.0"
"undici": "^6.18.2",
"ws": "^8.17.0"
}
}
6 changes: 3 additions & 3 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"@types/node": "^20.14.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"dependencies": {
"undici": "^6.6.2"
"undici": "^6.18.2"
}
}
6 changes: 3 additions & 3 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"@types/node": "^20.14.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"dependencies": {
"@kirishima/fetch": "workspace:^",
"@sapphire/async-queue": "^1.5.2",
"lavalink-api-types": "^2.0.2",
"undici": "^6.6.2"
"undici": "^6.18.2"
}
}
4 changes: 2 additions & 2 deletions packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"@types/node": "^20.14.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"rimraf": "^5.0.5",
"@types/node": "^20.14.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 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",
"rimraf": "^5.0.5",
"@types/node": "^20.14.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"dependencies": {
"@kirishima/types": "workspace:^",
"discord-api-types": "^0.37.69"
"discord-api-types": "^0.37.87"
}
}
8 changes: 4 additions & 4 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"author": "kakushin-dev",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node": "^20.14.2",
"@types/ws": "^8.5.10",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
},
"dependencies": {
"@sapphire/async-queue": "^1.5.2",
"tiny-typed-emitter": "^2.1.0",
"ws": "^8.16.0"
"ws": "^8.17.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.3"
"utf-8-validate": "^6.0.4"
}
}
Loading

0 comments on commit 02c8502

Please sign in to comment.