Explorar el Código

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

Relates to #1188
Michael Bromley hace 4 años
padre
commit
3be6b8820a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
  * The TypeScript version needs to pinned because minor versions often
  * introduce breaking changes.
  * introduce breaking changes.
  */
  */
-export const TYPESCRIPT_VERSION = '4.1.5';
+export const TYPESCRIPT_VERSION = '4.3.5';