|
32 | 32 | "npm": "Please use yarn instead of NPM to install dependencies"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "@angular/animations": "^19.2.0", |
36 |
| - "@angular/cdk": "^19.2.0", |
37 |
| - "@angular/cdk-experimental": "^19.2.0", |
38 |
| - "@angular/common": "^19.2.0", |
39 |
| - "@angular/compiler": "^19.2.0", |
40 |
| - "@angular/components-examples": "https://github.com/angular/material2-docs-content.git#a0bebbbc81c854b002de1b9329d7647fde7d03f2", |
41 |
| - "@angular/core": "^19.2.0", |
42 |
| - "@angular/forms": "^19.2.0", |
43 |
| - "@angular/google-maps": "^19.2.0", |
44 |
| - "@angular/localize": "^19.2.0", |
45 |
| - "@angular/material": "^19.2.0", |
46 |
| - "@angular/material-experimental": "^19.2.0", |
47 |
| - "@angular/material-moment-adapter": "^19.2.0", |
48 |
| - "@angular/platform-browser": "^19.2.0", |
49 |
| - "@angular/platform-browser-dynamic": "^19.2.0", |
50 |
| - "@angular/router": "^19.2.0", |
51 |
| - "@angular/ssr": "^19.2.0", |
52 |
| - "@angular/youtube-player": "^19.2.0", |
| 35 | + "@angular/animations": "^20.0.0-next.0", |
| 36 | + "@angular/cdk": "^20.0.0-next.0", |
| 37 | + "@angular/cdk-experimental": "^20.0.0-next.0", |
| 38 | + "@angular/common": "^20.0.0-next.0", |
| 39 | + "@angular/compiler": "^20.0.0-next.0", |
| 40 | + "@angular/components-examples": "https://github.com/angular/material2-docs-content.git#48e6a2c4281e5ef36f8ef20532ec0aa1825608d7", |
| 41 | + "@angular/core": "^20.0.0-next.0", |
| 42 | + "@angular/forms": "^20.0.0-next.0", |
| 43 | + "@angular/google-maps": "^20.0.0-next.0", |
| 44 | + "@angular/localize": "^20.0.0-next.0", |
| 45 | + "@angular/material": "^20.0.0-next.0", |
| 46 | + "@angular/material-experimental": "^20.0.0-next.0", |
| 47 | + "@angular/material-moment-adapter": "^20.0.0-next.0", |
| 48 | + "@angular/platform-browser": "^20.0.0-next.0", |
| 49 | + "@angular/platform-browser-dynamic": "^20.0.0-next.0", |
| 50 | + "@angular/router": "^20.0.0-next.0", |
| 51 | + "@angular/ssr": "^20.0.0-next.0", |
| 52 | + "@angular/youtube-player": "^20.0.0-next.0", |
53 | 53 | "@stackblitz/sdk": "^1.5.2",
|
54 | 54 | "moment": "^2.29.1",
|
55 | 55 | "path-normalize": "^6.0.13",
|
56 | 56 | "rxjs": "^7.8.1",
|
57 | 57 | "tslib": "^2.3.0",
|
58 |
| - "zone.js": "~0.14.10" |
| 58 | + "zone.js": "~0.15.0" |
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "@angular-devkit/architect": "^0.1902.0", |
62 |
| - "@angular-devkit/architect-cli": "^0.1902.0", |
63 |
| - "@angular-devkit/build-angular": "^19.2.0", |
| 61 | + "@angular-devkit/architect": "^0.2000.0-next.0", |
| 62 | + "@angular-devkit/architect-cli": "^0.2000.0-next.0", |
| 63 | + "@angular-devkit/build-angular": "^20.0.0-next.0", |
64 | 64 | "@angular-eslint/builder": "^14.0.0",
|
65 | 65 | "@angular-eslint/eslint-plugin": "^14.0.0",
|
66 | 66 | "@angular-eslint/eslint-plugin-template": "^14.0.0",
|
67 | 67 | "@angular-eslint/template-parser": "^14.0.0",
|
68 |
| - "@angular/cli": "^19.2.0", |
69 |
| - "@angular/compiler-cli": "^19.2.0", |
| 68 | + "@angular/cli": "^20.0.0-next.0", |
| 69 | + "@angular/compiler-cli": "^20.0.0-next.0", |
70 | 70 | "@bazel/bazelisk": "^1.12.1",
|
71 | 71 | "@stylistic/eslint-plugin": "^2.6.2",
|
72 | 72 | "@types/imagemin": "^7.0.0",
|
73 | 73 | "@types/jasmine": "^3.7.7",
|
74 | 74 | "@types/node": "^18.11.9",
|
75 | 75 | "@types/shelljs": "~0.8.8",
|
76 |
| - "@typescript-eslint/eslint-plugin": "^8.25.0", |
77 |
| - "@typescript-eslint/parser": "^8.25.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "^8.26.0", |
| 77 | + "@typescript-eslint/parser": "^8.26.0", |
78 | 78 | "eslint": "^8.56.0",
|
79 | 79 | "eslint-plugin-ban": "^1.5.2",
|
80 | 80 | "eslint-plugin-import": "^2.22.1",
|
|
0 commit comments