Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit aeed43b

Browse files
author
Keen Yee Liau
committed
fix: set min ts to v3.9 and min ng to v10.0
1 parent 538167f commit aeed43b

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
@@ -6,8 +6,8 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
const MIN_TS_VERSION = '3.7';
10-
const MIN_NG_VERSION = '9.0';
9+
const MIN_TS_VERSION = '3.9';
10+
const MIN_NG_VERSION = '10.0';
1111

1212
/**
1313
* Represents a valid node module that has been successfully resolved.

0 commit comments

Comments
 (0)