UNPKG

1.55 kBJSONView Raw
1{
2 "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "migration-v6": {
5 "version": "6.0.0",
6 "description": "Updates the Angular CDK to v6",
7 "factory": "./ng-update/index#updateToV6"
8 },
9 "migration-v7": {
10 "version": "7.0.0",
11 "description": "Updates the Angular CDK to v7",
12 "factory": "./ng-update/index#updateToV7"
13 },
14 "migration-v8": {
15 "version": "8.0.0",
16 "description": "Updates the Angular CDK to v8",
17 "factory": "./ng-update/index#updateToV8"
18 },
19 "migration-v9": {
20 "version": "9.0.0-0",
21 "description": "Updates the Angular CDK to v9",
22 "factory": "./ng-update/index#updateToV9"
23 },
24 "migration-v10": {
25 "version": "10.0.0-0",
26 "description": "Updates the Angular CDK to v10",
27 "factory": "./ng-update/index#updateToV10"
28 },
29 "migration-v11": {
30 "version": "11.0.0-0",
31 "description": "Updates the Angular CDK to v11",
32 "factory": "./ng-update/index#updateToV11"
33 },
34 "migration-v12": {
35 "version": "12.0.0-0",
36 "description": "Updates the Angular CDK to v12",
37 "factory": "./ng-update/index#updateToV12"
38 },
39 "migration-v13": {
40 "version": "13.0.0-0",
41 "description": "Updates the Angular CDK to v13",
42 "factory": "./ng-update/index#updateToV13"
43 },
44 "ng-post-update": {
45 "description": "Prints out results after ng-update.",
46 "factory": "./ng-update/index#postUpdate",
47 "private": true
48 }
49 }
50}