-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Breaking: Remove async message feature (#1322) * BREAKING: Require Node >=18 * [major] Introduce theming capacities (#1323) * Chore: Refactor usePrefix to rely on a new Theme construct * Feat: Apply theming to all prompts * Chore: Bump dependencies * Fix: tsconfig.json formatting inconsistency
- Loading branch information
Showing
88 changed files
with
752 additions
and
396 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{ | ||
"endOfLine": "auto", | ||
"singleQuote": true, | ||
"printWidth": 90 | ||
"printWidth": 90, | ||
"overrides": [ | ||
{ | ||
"files": ["tsconfig.json"], | ||
"options": { | ||
"trailingComma": "none" | ||
} | ||
} | ||
] | ||
} |
Binary file removed
BIN
-2.8 KB
.yarn/cache/@sindresorhus-tsconfig-npm-4.0.0-137ab6cedd-9fc6791810.zip
Binary file not shown.
Binary file added
BIN
+2.8 KB
.yarn/cache/@sindresorhus-tsconfig-npm-5.0.0-de6c1c27cd-a5373d2702.zip
Binary file not shown.
Binary file renamed
BIN
+766 KB
...de-npm-20.11.10-169269fe65-58544f52c1.zip → ...de-npm-20.11.16-d9bc65d4bc-51f0831c12.zip
Binary file not shown.
Binary file renamed
BIN
+773 KB
...ugin-npm-6.19.1-e33b439de1-ad04000cd6.zip → ...ugin-npm-6.20.0-65f32791ce-d002cbe1a9.zip
Binary file not shown.
Binary file renamed
BIN
+8.79 KB
...rser-npm-6.19.1-615778ac06-cd29619da0.zip → ...rser-npm-6.20.0-078b119c0b-91c0a715e7.zip
Binary file not shown.
Binary file renamed
BIN
+326 KB
...ager-npm-6.19.1-ad7101299b-848cdebc16.zip → ...ager-npm-6.20.0-16b5e4a270-54a06c485d.zip
Binary file not shown.
Binary file renamed
BIN
+53.3 KB
...tils-npm-6.19.1-95d1c070fd-eab1a30f8d.zip → ...tils-npm-6.20.0-d80ffa92bf-438702c626.zip
Binary file not shown.
Binary file renamed
BIN
+30.4 KB
...ypes-npm-6.19.1-b1df73ad9d-598ce222b5.zip → ...ypes-npm-6.20.0-099f974f57-a4551ce9ce.zip
Binary file not shown.
Binary file renamed
BIN
+172 KB
...tree-npm-6.19.1-559df34951-fb71a14aee.zip → ...tree-npm-6.20.0-f90f58095c-256cdeae8c.zip
Binary file not shown.
Binary file renamed
BIN
+114 KB
...tils-npm-6.19.1-0ea17c27eb-fe72e75c3e.zip → ...tils-npm-6.20.0-dcbfa6a3be-1c248ce34b.zip
Binary file not shown.
Binary file renamed
BIN
+9.79 KB
...keys-npm-6.19.1-e80d067b31-bdf057a42e.zip → ...keys-npm-6.20.0-76714df01a-6a360f16b7.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+47.9 KB
...aged-npm-15.2.0-2aacd96825-4fb178b8d3.zip → ...aged-npm-15.2.1-89ca526fd0-d2b0361b31.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+2.07 MB
...ttier-npm-3.2.4-3ca24592c3-6ec9385a83.zip → ...ttier-npm-3.2.5-6859110d6a-2ee4e14175.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+10.7 KB
...urbo-npm-1.11.3-abbe3402bd-e9165407e7.zip → ...urbo-npm-1.12.2-ee713a56f8-a889988310.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
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
Oops, something went wrong.