@angular/cli 8.3.22 → 8.3.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/commands/doc.json +0 -1
  2. package/package.json +10 -10
package/commands/doc.json CHANGED
@@ -4,7 +4,6 @@
4
4
  "description": "Opens the official Angular documentation (angular.io) in a browser, and searches for a given keyword.",
5
5
  "$longDescription": "",
6
6
 
7
- "$aliases": [ "d" ],
8
7
  "$type": "native",
9
8
  "$impl": "./doc-impl#DocCommand",
10
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "8.3.22",
3
+ "version": "8.3.26",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "homepage": "https://github.com/angular/angular-cli",
30
30
  "dependencies": {
31
- "@angular-devkit/architect": "0.803.22",
32
- "@angular-devkit/core": "8.3.22",
33
- "@angular-devkit/schematics": "8.3.22",
34
- "@schematics/angular": "8.3.22",
35
- "@schematics/update": "0.803.22",
31
+ "@angular-devkit/architect": "0.803.26",
32
+ "@angular-devkit/core": "8.3.26",
33
+ "@angular-devkit/schematics": "8.3.26",
34
+ "@schematics/angular": "8.3.26",
35
+ "@schematics/update": "0.803.26",
36
36
  "@yarnpkg/lockfile": "1.1.0",
37
37
  "ansi-colors": "4.1.1",
38
38
  "debug": "^4.1.1",
@@ -52,10 +52,10 @@
52
52
  "ng-update": {
53
53
  "migrations": "@schematics/angular/migrations/migration-collection.json",
54
54
  "packageGroup": {
55
- "@angular/cli": "8.3.22",
56
- "@angular-devkit/build-angular": "0.803.22",
57
- "@angular-devkit/build-ng-packagr": "0.803.22",
58
- "@angular-devkit/build-webpack": "0.803.22"
55
+ "@angular/cli": "8.3.26",
56
+ "@angular-devkit/build-angular": "0.803.26",
57
+ "@angular-devkit/build-ng-packagr": "0.803.26",
58
+ "@angular-devkit/build-webpack": "0.803.26"
59
59
  }
60
60
  },
61
61
  "engines": {