Skip to content

Commit 2d048bc

Browse files
author
Angular Builds
committed
1a255e6 build: bump TypeScript to 2.9
1 parent f6a1c62 commit 2d048bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+139
-76
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
9-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a7bfef7",
10-
"@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#a7bfef7",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#a7bfef7",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#a7bfef7",
13-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#a7bfef7",
9+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#1a255e6",
10+
"@angular-devkit/build-optimizer": "github:angular/angular-devkit-build-optimizer-builds#1a255e6",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#1a255e6",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#1a255e6",
13+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#1a255e6",
1414
"ajv": "~6.4.0",
1515
"autoprefixer": "^8.4.1",
1616
"circular-dependency-plugin": "^5.0.2",

plugins/karma.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/

src/angular-cli-files/lib/base-href-webpack/base-href-webpack-plugin.js

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

src/angular-cli-files/models/webpack-configs/browser.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
import { WebpackConfigOptions } from '../build-options';
29
/**
310
+ * license-webpack-plugin has a peer dependency on webpack-sources, list it in a comment to

0 commit comments

Comments
 (0)