Skip to content

Commit ec29c26

Browse files
author
Angular Builds
committed
22e6a24 test: update angular packages to 6.0.0-rc.0
1 parent 0b92b4a commit ec29c26

28 files changed

+76
-86
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f441edc",
10-
"@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#f441edc",
11-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#f441edc",
12-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#f441edc",
9+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#22e6a24",
10+
"@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#22e6a24",
11+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#22e6a24",
12+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#22e6a24",
1313
"autoprefixer": "^8.1.0",
1414
"cache-loader": "^1.2.2",
1515
"chalk": "~2.2.2",
@@ -40,7 +40,7 @@
4040
"raw-loader": "^0.5.1",
4141
"request": "^2.83.0",
4242
"resolve": "^1.5.0",
43-
"rxjs": "^5.5.8",
43+
"rxjs": "^6.0.0-beta.3",
4444
"sass-loader": "^6.0.7",
4545
"silent-error": "^1.1.0",
4646
"source-map-support": "^0.5.0",

src/angular-cli-files/utilities/check-port.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license
77
*/
8-
import { Observable } from 'rxjs/Observable';
8+
import { Observable } from 'rxjs';
99
export declare function checkPort(port: number, host: string, basePort?: number): Observable<number>;

src/angular-cli-files/utilities/check-port.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)