Browse Source

chore(create): Update TS version to 4.1.5

Michael Bromley 4 years ago
parent
commit
a87504e887
1 changed files with 1 additions and 1 deletions
  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.0.3';
+export const TYPESCRIPT_VERSION = '4.1.5';