generated from sapphiredev/sapphire-template
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update submodules and dependencies
- Loading branch information
Showing
10 changed files
with
402 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
725 changes: 367 additions & 358 deletions
725
.yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.1.cjs
100755 → 100644
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule framework
updated
16 files
+22 −0 | CHANGELOG.md | |
+15 −15 | package.json | |
+6 −6 | src/index.ts | |
+2 −2 | src/lib/types/CommandTypes.ts | |
+0 −1 | src/preconditions/DMOnly.ts | |
+0 −1 | src/preconditions/GuildNewsOnly.ts | |
+0 −1 | src/preconditions/GuildNewsThreadOnly.ts | |
+0 −1 | src/preconditions/GuildOnly.ts | |
+0 −1 | src/preconditions/GuildPrivateThreadOnly.ts | |
+0 −1 | src/preconditions/GuildPublicThreadOnly.ts | |
+0 −1 | src/preconditions/GuildTextOnly.ts | |
+0 −1 | src/preconditions/GuildThreadOnly.ts | |
+0 −1 | src/preconditions/GuildVoiceOnly.ts | |
+3 −3 | tests/resolvers/emoji.test.ts | |
+2 −1 | typedoc.json | |
+585 −660 | yarn.lock |
Submodule plugins
updated
33 files
Submodule utilities
updated
95 files