@schematics/angular 11.2.16 → 11.2.17
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematics/angular",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.17",
|
|
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": "11.2.
|
|
18
|
-
"@angular-devkit/schematics": "11.2.
|
|
17
|
+
"@angular-devkit/core": "11.2.17",
|
|
18
|
+
"@angular-devkit/schematics": "11.2.17",
|
|
19
19
|
"jsonc-parser": "3.0.0"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
@@ -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.1102.
|
|
23
|
-
DevkitBuildNgPackagr: '~0.1102.
|
|
24
|
-
DevkitBuildWebpack: '~0.1102.
|
|
22
|
+
DevkitBuildAngular: '~0.1102.17',
|
|
23
|
+
DevkitBuildNgPackagr: '~0.1102.17',
|
|
24
|
+
DevkitBuildWebpack: '~0.1102.17',
|
|
25
25
|
ngPackagr: '^11.0.0',
|
|
26
26
|
};
|