@angular/cli 11.2.4 → 11.2.8

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.
@@ -2132,10 +2132,7 @@
2132
2132
  "default": false
2133
2133
  }
2134
2134
  },
2135
- "additionalProperties": false,
2136
- "required": [
2137
- "project"
2138
- ]
2135
+ "additionalProperties": false
2139
2136
  }
2140
2137
  }
2141
2138
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "11.2.4",
3
+ "version": "11.2.8",
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.1102.4",
32
- "@angular-devkit/core": "11.2.4",
33
- "@angular-devkit/schematics": "11.2.4",
34
- "@schematics/angular": "11.2.4",
35
- "@schematics/update": "0.1102.4",
31
+ "@angular-devkit/architect": "0.1102.8",
32
+ "@angular-devkit/core": "11.2.8",
33
+ "@angular-devkit/schematics": "11.2.8",
34
+ "@schematics/angular": "11.2.8",
35
+ "@schematics/update": "0.1102.8",
36
36
  "@yarnpkg/lockfile": "1.1.0",
37
37
  "ansi-colors": "4.1.1",
38
38
  "debug": "4.3.1",
@@ -54,12 +54,12 @@
54
54
  "ng-update": {
55
55
  "migrations": "@schematics/angular/migrations/migration-collection.json",
56
56
  "packageGroup": {
57
- "@angular/cli": "11.2.4",
58
- "@angular-devkit/architect": "0.1102.4",
59
- "@angular-devkit/build-angular": "0.1102.4",
60
- "@angular-devkit/build-webpack": "0.1102.4",
61
- "@angular-devkit/core": "11.2.4",
62
- "@angular-devkit/schematics": "11.2.4"
57
+ "@angular/cli": "11.2.8",
58
+ "@angular-devkit/architect": "0.1102.8",
59
+ "@angular-devkit/build-angular": "0.1102.8",
60
+ "@angular-devkit/build-webpack": "0.1102.8",
61
+ "@angular-devkit/core": "11.2.8",
62
+ "@angular-devkit/schematics": "11.2.8"
63
63
  }
64
64
  },
65
65
  "engines": {