This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade TypeScript to 4.2.4 (this doesn't fix the build error)
Core problem is that `yarn berry`, when using `pnp` mode, requires a patch to `typescript`. But we're using the `node-modules` linker. Need to upgrade yarn I think Tracking issues: - yarnpkg/berry#2935 - yarnpkg/berry#2543 - yarnpkg/berry#2711
- Loading branch information
1 parent
cfcb168
commit 553c8fd
Showing
2 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -9189,7 +9189,7 @@ fsevents@~2.3.1: | |
react-helmet: ^6.0.0 | ||
remark-sectionize: ^1.1.1 | ||
rss: ^1.2.2 | ||
typescript: 4.2.3 | ||
typescript: 4.2.4 | ||
languageName: unknown | ||
linkType: soft | ||
|
||
|
@@ -9919,23 +9919,23 @@ fsevents@~2.3.1: | |
languageName: node | ||
linkType: hard | ||
|
||
[email protected].3: | ||
version: 4.2.3 | ||
resolution: "typescript@npm:4.2.3" | ||
[email protected].4: | ||
version: 4.2.4 | ||
resolution: "typescript@npm:4.2.4" | ||
bin: | ||
tsc: bin/tsc | ||
tsserver: bin/tsserver | ||
checksum: 06e8470f317db6f5e2fce809b20eb84a67a7d8179057abff36e5427bd1b891bd08e54581ff81f0fa36aef9b6d1eb0f54eaf6e2643c6dbd4e37a0adcc41eed256 | ||
checksum: edaede2fa77f56b7fba80ee624a2368ab1216e75b0434d968ccb47ab0a5e2f6d94f848b3b111c1237dd71e988cd376af26370dcdad3b94355c76e759f0dd0a1e | ||
languageName: node | ||
linkType: hard | ||
|
||
"typescript@patch:[email protected].3#builtin<compat/typescript>": | ||
version: 4.2.3 | ||
resolution: "typescript@patch:typescript@npm%3A4.2.3#builtin<compat/typescript>::version=4.2.3&hash=a45b0e" | ||
"typescript@patch:[email protected].4#builtin<compat/typescript>": | ||
version: 4.2.4 | ||
resolution: "typescript@patch:typescript@npm%3A4.2.4#builtin<compat/typescript>::version=4.2.4&hash=a45b0e" | ||
bin: | ||
tsc: bin/tsc | ||
tsserver: bin/tsserver | ||
checksum: a8956044aabf730699bcc3c2475efdd3f35e509329325cf60b4989761d4c2188e2c474183e2cf92b8c201fcf976814a5a16f144508b2a832643c4f972d0ab803 | ||
checksum: 3be44317593182e8ce494c114e7ad9b0bb2553a22f3085cc6da4f0a36912c20850daa9be4c898af2ab6fc8b12f430c1c9e46ac715721867cd38643f2350d3ef9 | ||
languageName: node | ||
linkType: hard | ||
|
||
|