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

chore(deps): update dependency @sapphire/pieces to v4 #842

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@bitomic/wikiactivity-api": "1.2.0",
"@sapphire/decorators": "^5.0.0",
"@sapphire/framework": "3.0.0-next.fd7be0b.0",
"@sapphire/pieces": "^3.3.4",
"@sapphire/pieces": "^4.3.1",
"colorette": "^2.0.20",
"discord.js": "^13.9.1",
"ico-to-png": "^0.2.2",
Expand Down
34 changes: 33 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,13 @@ __metadata:
languageName: node
linkType: hard

"@discordjs/collection@npm:^1.5.3":
version: 1.5.3
resolution: "@discordjs/collection@npm:1.5.3"
checksum: fefed19bea0f69053d195f9d9dc8af07ca5d8c9b1064581e0aa14bda2b70e632b93c164d5ef3e4910f5442369612ff4eec8d52a700aec562510c19b223f67023
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.2.0":
version: 4.2.0
resolution: "@eslint-community/eslint-utils@npm:4.2.0"
Expand Down Expand Up @@ -534,6 +541,17 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/pieces@npm:^4.3.1":
version: 4.3.1
resolution: "@sapphire/pieces@npm:4.3.1"
dependencies:
"@discordjs/collection": ^1.5.3
"@sapphire/utilities": ^3.16.2
tslib: ^2.6.3
checksum: 3780d7584c6585ea6c306d9f53da84451c512f4c78d66b9682a952c6fd1cae37fabf41cf7fa4c2719362bfbefaaa76e029ab91f25ecd907caf259359a4335263
languageName: node
linkType: hard

"@sapphire/ratelimits@npm:^2.3.0, @sapphire/ratelimits@npm:^2.4.4":
version: 2.4.4
resolution: "@sapphire/ratelimits@npm:2.4.4"
Expand Down Expand Up @@ -578,6 +596,13 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.16.2":
version: 3.18.1
resolution: "@sapphire/utilities@npm:3.18.1"
checksum: fce661d443489873ff7638a91b75038e1c6073e6d3c3ab960e11e682de1353aa8e29d657a3db477553389a9c6dca6129811f810244a92bb2381fd258c1c64f24
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.3.0":
version: 3.7.0
resolution: "@sapphire/utilities@npm:3.7.0"
Expand Down Expand Up @@ -4180,6 +4205,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.6.3":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
languageName: node
linkType: hard

"type-check@npm:^0.4.0, type-check@npm:~0.4.0":
version: 0.4.0
resolution: "type-check@npm:0.4.0"
Expand Down Expand Up @@ -4355,7 +4387,7 @@ __metadata:
"@commitlint/config-conventional": ^19.6.0
"@sapphire/decorators": ^5.0.0
"@sapphire/framework": 3.0.0-next.fd7be0b.0
"@sapphire/pieces": ^3.3.4
"@sapphire/pieces": ^4.3.1
"@types/node": ^22.10.1
"@typescript-eslint/eslint-plugin": ^7.18.0
"@typescript-eslint/parser": ^7.18.0
Expand Down
Loading