Skip to content

Commit 8006cc0

Browse files
committed
release: 1.6.3
1 parent d10f574 commit 8006cc0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.6.2",
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",

packages/@angular/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -30,7 +30,7 @@
3030
"@angular-devkit/build-optimizer": "~0.0.36",
3131
"@angular-devkit/schematics": "~0.0.42",
3232
"@ngtools/json-schema": "1.1.0",
33-
"@ngtools/webpack": "1.9.2",
33+
"@ngtools/webpack": "1.9.3",
3434
"@schematics/angular": "~0.1.11",
3535
"autoprefixer": "^6.5.3",
3636
"chalk": "~2.2.0",
@@ -75,7 +75,7 @@
7575
"style-loader": "^0.13.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

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.2",
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)