Skip to content

Commit bdb8d8b

Browse files
committed
Upgraded to Angular 10
1 parent 55e40d1 commit bdb8d8b

File tree

6 files changed

+3542
-1809
lines changed

6 files changed

+3542
-1809
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* [CMake](https://cmake.org/download/)
3131
* [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019)
3232
* [Miniconda](https://docs.conda.io/en/latest/miniconda.html) for Python v3.7+
33-
* [Node.js LTS](https://nodejs.org/en/) v12.8.0+ (npm v6.14.4+)
34-
* [Angular CLI](https://cli.angular.io/) v9.1.8+
33+
* [Node.js LTS](https://nodejs.org/en/) v12.8.3+ (npm v6.14.6+)
34+
* [Angular CLI](https://cli.angular.io/) v10.1.2+
3535

3636
## Installation
3737

File renamed without changes.

frontend/e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../out-tsc/e2e",
55
"module": "commonjs",
6-
"target": "es5",
6+
"target": "es2018",
77
"types": [
88
"jasmine",
99
"jasminewd2",

0 commit comments

Comments
 (0)