source: trip-planner-front/node_modules/@angular/material/schematics/migration.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "migration-v6": {
5 "version": "6.0.0",
6 "description": "Updates Angular Material to v6",
7 "factory": "./ng-update/index#updateToV6"
8 },
9 "migration-v7": {
10 "version": "7.0.0",
11 "description": "Updates Angular Material to v7",
12 "factory": "./ng-update/index#updateToV7"
13 },
14 "migration-v8": {
15 "version": "8.0.0",
16 "description": "Updates Angular Material to v8",
17 "factory": "./ng-update/index#updateToV8"
18 },
19 "migration-v9": {
20 "version": "9.0.0-0",
21 "description": "Updates Angular Material to v9",
22 "factory": "./ng-update/index#updateToV9"
23 },
24 "migration-v10": {
25 "version": "10.0.0-0",
26 "description": "Updates Angular Material to v10",
27 "factory": "./ng-update/index#updateToV10"
28 },
29 "migration-v11": {
30 "version": "11.0.0-0",
31 "description": "Updates Angular Material to v11",
32 "factory": "./ng-update/index#updateToV11"
33 },
34 "migration-v12": {
35 "version": "12.0.0-0",
36 "description": "Updates Angular Material to v12",
37 "factory": "./ng-update/index#updateToV12"
38 },
39 "migration-v13": {
40 "version": "13.0.0-0",
41 "description": "Updates Angular Material 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}
Note: See TracBrowser for help on using the repository browser.