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

Commit f494c67

Browse files
Update to 5.0.0-rc0 release. (#324)
1 parent 66f7a61 commit f494c67

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Diff for: package-lock.json

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"private": true,
2121
"dependencies": {
2222
"@angular/animations": "^5.0.0",
23-
"@angular/cdk": "github:angular/cdk-builds",
23+
"@angular/cdk": "^5.0.0-rc0",
2424
"@angular/common": "^5.0.0",
2525
"@angular/compiler": "^5.0.0",
2626
"@angular/core": "^5.0.0",
2727
"@angular/forms": "^5.0.0",
2828
"@angular/http": "^5.0.0",
29-
"@angular/material": "github:angular/material2-builds",
30-
"@angular/material-moment-adapter": "github:angular/material2-moment-adapter-builds",
29+
"@angular/material": "^5.0.0-rc0",
30+
"@angular/material-moment-adapter": "5.0.0-rc0",
3131
"@angular/platform-browser": "^5.0.0",
3232
"@angular/platform-browser-dynamic": "^5.0.0",
3333
"@angular/router": "^5.0.0",

Diff for: src/assets/plunker/systemjs.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ System.config({
2222
'@angular/core': 'https://unpkg.com/@angular/core/bundles/core.umd.js',
2323
'@angular/animations': 'https://unpkg.com/@angular/animations/bundles/animations.umd.js',
2424
'@angular/common': 'https://unpkg.com/@angular/common/bundles/common.umd.js',
25+
'@angular/common/http': 'https://unpkg.com/@angular/common/bundles/common-http.umd.js',
2526
'@angular/compiler': 'https://unpkg.com/@angular/compiler/bundles/compiler.umd.js',
2627
'@angular/http': 'https://unpkg.com/@angular/http/bundles/http.umd.js',
2728
'@angular/forms': 'https://unpkg.com/@angular/forms/bundles/forms.umd.js',
@@ -53,6 +54,9 @@ System.config({
5354

5455
// Rxjs mapping
5556
'rxjs': 'https://unpkg.com/rxjs',
57+
58+
// TODO(josephperrott): Determine why this is needed and get it removed.
59+
'tslib': 'https://unpkg.com/tslib/tslib.js'
5660
},
5761
packages: {
5862
// Thirdparty barrels.

0 commit comments

Comments
 (0)