Skip to content

Commit 39284a2

Browse files
EdricChan03amcdnl
authored andcommittedFeb 10, 2018
fix(stackblitz): update angular dependencies for stackblitz to latest (#386)
fixes #9805 also upgrades angular to 5.1.1
1 parent 91e1ad0 commit 39284a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎material.angular.io/src/app/shared/stackblitz/stackblitz-writer.ts

+2-2
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)
Please sign in to comment.