Sfoglia il codice sorgente

fix(create): Update TypeScript to match current supported version

Relates to #1188
Michael Bromley 4 anni fa
parent
commit
3be6b8820a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/create/src/constants.ts

+ 1 - 1
packages/create/src/constants.ts

@@ -4,4 +4,4 @@ export const SERVER_PORT = 3000;
  * The TypeScript version needs to pinned because minor versions often
  * introduce breaking changes.
  */
-export const TYPESCRIPT_VERSION = '4.1.5';
+export const TYPESCRIPT_VERSION = '4.3.5';