Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @sapphire/plugin-subcommands to v7 #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/KBot-discord/plugins/tree/main/packages/modules",
"dependencies": {
"@sapphire/plugin-subcommands": "^6.0.2",
"@sapphire/plugin-subcommands": "^7.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
22 changes: 14 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ __metadata:
dependencies:
"@favware/rollup-type-bundler": "npm:^3.2.1"
"@sapphire/framework": "npm:^5.0.5"
"@sapphire/plugin-subcommands": "npm:^6.0.2"
"@sapphire/plugin-subcommands": "npm:^7.0.0"
concurrently: "npm:^8.2.2"
discord.js: "npm:^14.14.1"
tslib: "npm:^2.6.2"
Expand Down Expand Up @@ -959,13 +959,12 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/plugin-subcommands@npm:^6.0.2":
version: 6.0.2
resolution: "@sapphire/plugin-subcommands@npm:6.0.2"
"@sapphire/plugin-subcommands@npm:^7.0.0":
version: 7.0.0
resolution: "@sapphire/plugin-subcommands@npm:7.0.0"
dependencies:
"@sapphire/utilities": "npm:^3.15.1"
tslib: "npm:^2.6.2"
checksum: d96f5e4ed08353af595db757713d3750d38981cb358677489553b1821e6c316d3c36221f7b647d6ff54e06b29e2b19682d3e4f8ec3d10f8d50ddc1930059b00b
"@sapphire/utilities": "npm:^3.17.0"
checksum: 55dcd8d1ed0be2d9f486619fbbb1967ca24f1580692a719b4ebc3a44e3d6b219a097d17aa32cf79641cffdb1ab51d4f74502c32ea18e62bed245b1c6bc03ede8
languageName: node
linkType: hard

Expand Down Expand Up @@ -1016,13 +1015,20 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.13.0, @sapphire/utilities@npm:^3.14.0, @sapphire/utilities@npm:^3.15.1":
"@sapphire/utilities@npm:^3.13.0, @sapphire/utilities@npm:^3.14.0":
version: 3.15.2
resolution: "@sapphire/utilities@npm:3.15.2"
checksum: c8b1e28c4b400850df2e9b278ff81cb5bb0a18bb158ce8a7e03b504405ab1a6ad9b884190c5b54c07c3c18644d42e1f6e6fa6b5c2bac9d5396589c3781c72008
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.17.0":
version: 3.17.0
resolution: "@sapphire/utilities@npm:3.17.0"
checksum: cfdf604be06e1e4f7fd26f10c198586eef9012001b83dcc8178886d88145334db06e164725aadf5bfb065b39ecdefaa8286c695576e7674b5a3bc9280ce02e0d
languageName: node
linkType: hard

"@types/json-schema@npm:^7.0.12":
version: 7.0.15
resolution: "@types/json-schema@npm:7.0.15"
Expand Down