Skip to content

Commit 8f9c8ef

Browse files
committed
build: update StackBlitz demos to typescript 4.2
- for Angular v12.0.0-next.5 compatibility - update Angular CLI to v12.0.0-next.5 as well
1 parent ff7b516 commit 8f9c8ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/assets/stack-blitz-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"zone.js": "^0.11.4"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "0.1200.0-next.4",
33-
"@angular/cli": "^12.0.0-next.4",
32+
"@angular-devkit/build-angular": "0.1200.0-next.5",
33+
"@angular/cli": "^12.0.0-next.5",
3434
"@angular/compiler-cli": "^12.0.0-next.0",
3535
"@angular/language-service": "^12.0.0-next.0",
3636
"@angular/localize": "^12.0.0-next.0",
@@ -39,6 +39,6 @@
3939
"codelyzer": "^6.0.1",
4040
"ts-node": "^8.10.2",
4141
"tslint": "~6.1.2",
42-
"typescript": "~4.1.5"
42+
"typescript": "~4.2.3"
4343
}
4444
}

src/assets/stack-blitz/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"zone.js": "^0.11.4"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "^0.1200.0-next.4",
33-
"@angular/cli": "^12.0.0-next.4",
32+
"@angular-devkit/build-angular": "^0.1200.0-next.5",
33+
"@angular/cli": "^12.0.0-next.5",
3434
"@angular/compiler-cli": "^12.0.0-next.0",
3535
"@angular/language-service": "^12.0.0-next.0",
3636
"@angular/localize": "^12.0.0-next.0",
3737
"@types/node": "^12.20.6",
3838
"codelyzer": "^6.0.1",
3939
"ts-node": "^8.10.2",
4040
"tslint": "~6.1.3",
41-
"typescript": "~4.1.5"
41+
"typescript": "~4.2.3"
4242
}
4343
}

0 commit comments

Comments
 (0)