Skip to content

Commit d3ebb9b

Browse files
committed
release: 1.6.6
1 parent 0f82564 commit d3ebb9b

File tree

4 files changed

+30
-25
lines changed

4 files changed

+30
-25
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "CLI tool for Angular",
55
"main": "packages/@angular/cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -41,10 +41,10 @@
4141
},
4242
"homepage": "https://github.com/angular/angular-cli",
4343
"dependencies": {
44-
"@angular-devkit/build-optimizer": "~0.0.41",
45-
"@angular-devkit/core": "~0.0.28",
46-
"@angular-devkit/schematics": "~0.0.51",
47-
"@schematics/angular": "~0.1.16",
44+
"@angular-devkit/build-optimizer": "~0.0.42",
45+
"@angular-devkit/core": "~0.0.29",
46+
"@angular-devkit/schematics": "~0.0.52",
47+
"@schematics/angular": "~0.1.17",
4848
"autoprefixer": "^7.2.3",
4949
"chalk": "~2.2.0",
5050
"circular-dependency-plugin": "^4.2.1",

packages/@angular/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -27,12 +27,12 @@
2727
},
2828
"homepage": "https://github.com/angular/angular-cli",
2929
"dependencies": {
30-
"@angular-devkit/build-optimizer": "~0.0.41",
31-
"@angular-devkit/core": "~0.0.28",
32-
"@angular-devkit/schematics": "~0.0.51",
30+
"@angular-devkit/build-optimizer": "~0.0.42",
31+
"@angular-devkit/core": "~0.0.29",
32+
"@angular-devkit/schematics": "~0.0.52",
3333
"@ngtools/json-schema": "1.1.0",
34-
"@ngtools/webpack": "1.9.5",
35-
"@schematics/angular": "~0.1.16",
34+
"@ngtools/webpack": "1.9.6",
35+
"@schematics/angular": "~0.1.17",
3636
"autoprefixer": "^7.2.3",
3737
"chalk": "~2.2.0",
3838
"circular-dependency-plugin": "^4.2.1",

packages/@ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngtools/webpack",
3-
"version": "1.9.5",
3+
"version": "1.9.6",
44
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
55
"main": "./src/index.js",
66
"typings": "src/index.d.ts",

0 commit comments

Comments
 (0)