@schematics/angular 10.1.7 → 10.2.3

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.
@@ -18,7 +18,9 @@
18
18
  * BROWSER POLYFILLS
19
19
  */
20
20
 
21
- /** IE10 and IE11 requires the following for NgClass support on SVG elements */
21
+ /**
22
+ * IE11 requires the following for NgClass support on SVG elements
23
+ */
22
24
  // import 'classlist.js'; // Run `npm install --save classlist.js`.
23
25
 
24
26
  /**
@@ -21,4 +21,4 @@ Run `ng test <%= name %>` to execute the unit tests via [Karma](https://karma-ru
21
21
 
22
22
  ## Further help
23
23
 
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "10.1.7",
3
+ "version": "10.2.3",
4
4
  "description": "Schematics specific to Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "schematics": "./collection.json",
16
16
  "dependencies": {
17
- "@angular-devkit/core": "10.1.7",
18
- "@angular-devkit/schematics": "10.1.7",
17
+ "@angular-devkit/core": "10.2.3",
18
+ "@angular-devkit/schematics": "10.2.3",
19
19
  "jsonc-parser": "2.3.0"
20
20
  },
21
21
  "repository": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "engines": {
26
26
  "node": ">= 10.13.0",
27
- "npm": ">= 6.11.0",
27
+ "npm": "^6.11.0 || ^7.5.6",
28
28
  "yarn": ">= 1.13.0"
29
29
  },
30
30
  "author": "Angular Authors",
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.latestVersions = void 0;
11
11
  exports.latestVersions = {
12
12
  // These versions should be kept up to date with latest Angular peer dependencies.
13
- Angular: '~10.1.6',
13
+ Angular: '~10.2.4',
14
14
  RxJs: '~6.6.0',
15
15
  ZoneJs: '~0.10.2',
16
16
  TypeScript: '~4.0.2',
@@ -19,8 +19,8 @@ exports.latestVersions = {
19
19
  // For our e2e tests, these versions must match the latest tag present on the branch.
20
20
  // During RC periods they will not match the latest RC until there's a new git tag, and
21
21
  // should not be updated.
22
- DevkitBuildAngular: '~0.1001.7',
23
- DevkitBuildNgPackagr: '~0.1001.7',
24
- DevkitBuildWebpack: '~0.1001.7',
22
+ DevkitBuildAngular: '~0.1002.3',
23
+ DevkitBuildNgPackagr: '~0.1002.3',
24
+ DevkitBuildWebpack: '~0.1002.3',
25
25
  ngPackagr: '^10.1.0',
26
26
  };
@@ -24,4 +24,4 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
24
24
 
25
25
  ## Further help
26
26
 
27
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
27
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.