Skip to content

Commit d94cd97

Browse files
kyliauKeen Yee Liau
authored and
Keen Yee Liau
committed
fix: update min TS and NG versions
Angular v11.1 uses TS 4.0, these are the minimum version required for the next release.
1 parent be261db commit d94cd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/version_provider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
import * as fs from 'fs';
1010

11-
const MIN_TS_VERSION = '3.9';
12-
const MIN_NG_VERSION = '10.0';
11+
const MIN_TS_VERSION = '4.0';
12+
const MIN_NG_VERSION = '11.1';
1313

1414
/**
1515
* Represents a valid node module that has been successfully resolved.

0 commit comments

Comments
 (0)