Skip to content

Commit 31296c7

Browse files
filipesilvahansl
authored andcommitted
release: 1.6.3
1 parent a2ef7d1 commit 31296c7

File tree

4 files changed

+29
-27
lines changed

4 files changed

+29
-27
lines changed

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.6.0",
3+
"version": "1.6.3",
44
"description": "CLI tool for Angular",
55
"main": "packages/@angular/cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -41,9 +41,9 @@
4141
},
4242
"homepage": "https://github.com/angular/angular-cli",
4343
"dependencies": {
44-
"@angular-devkit/build-optimizer": "~0.0.35",
45-
"@angular-devkit/schematics": "~0.0.41",
46-
"@schematics/angular": "~0.1.10",
44+
"@angular-devkit/build-optimizer": "~0.0.36",
45+
"@angular-devkit/schematics": "~0.0.42",
46+
"@schematics/angular": "~0.1.11",
4747
"autoprefixer": "^6.5.3",
4848
"chalk": "~2.2.0",
4949
"circular-dependency-plugin": "^4.2.1",

packages/@angular/cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.6.0",
3+
"version": "1.6.3",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -27,11 +27,11 @@
2727
},
2828
"homepage": "https://github.com/angular/angular-cli",
2929
"dependencies": {
30-
"@angular-devkit/build-optimizer": "~0.0.35",
31-
"@angular-devkit/schematics": "~0.0.41",
30+
"@angular-devkit/build-optimizer": "~0.0.36",
31+
"@angular-devkit/schematics": "~0.0.42",
3232
"@ngtools/json-schema": "1.1.0",
33-
"@ngtools/webpack": "1.9.0",
34-
"@schematics/angular": "~0.1.10",
33+
"@ngtools/webpack": "1.9.3",
34+
"@schematics/angular": "~0.1.11",
3535
"autoprefixer": "^6.5.3",
3636
"chalk": "~2.2.0",
3737
"circular-dependency-plugin": "^4.2.1",
@@ -75,7 +75,7 @@
7575
"style-loader": "^0.19.1",
7676
"stylus": "^0.54.5",
7777
"stylus-loader": "^3.0.1",
78-
"uglifyjs-webpack-plugin": "~1.1.2",
78+
"uglifyjs-webpack-plugin": "^1.1.5",
7979
"url-loader": "^0.6.2",
8080
"webpack": "~3.10.0",
8181
"webpack-dev-middleware": "~1.12.0",

packages/@ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngtools/webpack",
3-
"version": "1.9.0",
3+
"version": "1.9.3",
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)