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 #900

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 @@ -18,7 +18,7 @@
"@discordjs/rest": "^1.7.1",
"@sapphire/decorators": "^5.0.0",
"@sapphire/framework": "3.2.0",
"@sapphire/pieces": "3.6.0",
"@sapphire/pieces": "4.3.1",
"@sapphire/plugin-i18next": "^4.0.3",
"@sapphire/plugin-scheduled-tasks": "^6.0.0",
"@sapphire/stopwatch": "^1.5.0",
Expand Down
48 changes: 40 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,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

"@discordjs/rest@npm:^1.7.1":
version: 1.7.1
resolution: "@discordjs/rest@npm:1.7.1"
Expand Down Expand Up @@ -628,14 +635,14 @@ __metadata:
languageName: node
linkType: hard

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

Expand All @@ -650,6 +657,17 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/pieces@npm:^3.6.0":
version: 3.6.0
resolution: "@sapphire/pieces@npm:3.6.0"
dependencies:
"@discordjs/collection": ^1.2.0
"@sapphire/utilities": ^3.11.0
tslib: ^2.4.0
checksum: ef93f1cd4cf3983cab43d45415590a4cbd32c01cbfde78b8eb230035637250e90fd9a7fa96377a719ef6ddde364d27f87c027d9cbebef82a93ca800ab21201b9
languageName: node
linkType: hard

"@sapphire/plugin-i18next@npm:^4.0.3":
version: 4.0.3
resolution: "@sapphire/plugin-i18next@npm:4.0.3"
Expand Down Expand Up @@ -755,6 +773,13 @@ __metadata:
languageName: node
linkType: hard

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

"@sapphire/utilities@npm:^3.6.2":
version: 3.7.0
resolution: "@sapphire/utilities@npm:3.7.0"
Expand Down Expand Up @@ -4263,7 +4288,7 @@ __metadata:
"@discordjs/rest": ^1.7.1
"@sapphire/decorators": ^5.0.0
"@sapphire/framework": 3.2.0
"@sapphire/pieces": 3.6.0
"@sapphire/pieces": 4.3.1
"@sapphire/plugin-i18next": ^4.0.3
"@sapphire/plugin-scheduled-tasks": ^6.0.0
"@sapphire/stopwatch": ^1.5.0
Expand Down Expand Up @@ -4399,6 +4424,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.6.3":
version: 2.6.3
resolution: "tslib@npm:2.6.3"
checksum: 74fce0e100f1ebd95b8995fbbd0e6c91bdd8f4c35c00d4da62e285a3363aaa534de40a80db30ecfd388ed7c313c42d930ee0eaf108e8114214b180eec3dbe6f5
languageName: node
linkType: hard

"tsutils@npm:^3.21.0":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down
Loading