Skip to content

Commit 0bdf61b

Browse files
committed
release: v1.7.1
1 parent d5a9895 commit 0bdf61b

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

package-lock.json

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

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.7.0",
3+
"version": "1.7.1",
44
"description": "CLI tool for Angular",
55
"main": "packages/@angular/cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -41,11 +41,11 @@
4141
},
4242
"homepage": "https://github.com/angular/angular-cli",
4343
"dependencies": {
44-
"@angular-devkit/build-optimizer": "0.3.1",
45-
"@angular-devkit/core": "0.3.1",
46-
"@angular-devkit/schematics": "0.3.1",
47-
"@schematics/angular": "0.3.1",
48-
"@schematics/package-update": "0.3.1",
44+
"@angular-devkit/build-optimizer": "0.3.2",
45+
"@angular-devkit/core": "0.3.2",
46+
"@angular-devkit/schematics": "0.3.2",
47+
"@schematics/angular": "0.3.2",
48+
"@schematics/package-update": "0.3.2",
4949
"ajv": "^6.1.1",
5050
"autoprefixer": "^7.2.3",
5151
"cache-loader": "^1.2.0",

packages/@angular/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -27,13 +27,13 @@
2727
},
2828
"homepage": "https://github.com/angular/angular-cli",
2929
"dependencies": {
30-
"@angular-devkit/build-optimizer": "0.3.1",
31-
"@angular-devkit/core": "0.3.1",
32-
"@angular-devkit/schematics": "0.3.1",
30+
"@angular-devkit/build-optimizer": "0.3.2",
31+
"@angular-devkit/core": "0.3.2",
32+
"@angular-devkit/schematics": "0.3.2",
3333
"@ngtools/json-schema": "1.2.0",
34-
"@ngtools/webpack": "1.10.0",
35-
"@schematics/angular": "0.3.1",
36-
"@schematics/package-update": "0.3.1",
34+
"@ngtools/webpack": "1.10.1",
35+
"@schematics/angular": "0.3.2",
36+
"@schematics/package-update": "0.3.2",
3737
"ajv": "^6.1.1",
3838
"autoprefixer": "^7.2.3",
3939
"cache-loader": "^1.2.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.10.0",
3+
"version": "1.10.1",
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)