Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit b626c9f

Browse files
EdricChan03amcdnl
authored andcommitted
fix(stackblitz): update angular dependencies for stackblitz to latest (#386)
fixes angular/components#9805 also upgrades angular to 5.1.1
1 parent c2443fc commit b626c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/shared/stackblitz/stackblitz-writer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const TEMPLATE_FILES = [
2020
];
2121

2222
const TAGS: string[] = ['angular', 'material', 'example'];
23-
const angularVersion = '^5.0.0';
24-
const materialVersion = '5.0.0-rc.3';
23+
const angularVersion = '~5.1.1';
24+
const materialVersion = '5.2.0';
2525

2626
const dependencies = {
2727
'@angular/cdk': materialVersion,

0 commit comments

Comments
 (0)