Просмотр исходного кода

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

Relates to #1188
Michael Bromley 4 лет назад
Родитель
Сommit
3be6b8820a
1 измененных файлов с 1 добавлено и 1 удалено
  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';