Skip to content

Commit c6144ec

Browse files
authored
build(material-angular-io): fix docs site deployment (#30581)
Fixes that the docs site deployment which broke after #30570.
1 parent fedb4d4 commit c6144ec

File tree

4 files changed

+1009
-1776
lines changed

4 files changed

+1009
-1776
lines changed

material.angular.io/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,49 +32,49 @@
3232
"npm": "Please use yarn instead of NPM to install dependencies"
3333
},
3434
"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",
5353
"@stackblitz/sdk": "^1.5.2",
5454
"moment": "^2.29.1",
5555
"path-normalize": "^6.0.13",
5656
"rxjs": "^7.8.1",
5757
"tslib": "^2.3.0",
58-
"zone.js": "~0.14.10"
58+
"zone.js": "~0.15.0"
5959
},
6060
"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",
6464
"@angular-eslint/builder": "^14.0.0",
6565
"@angular-eslint/eslint-plugin": "^14.0.0",
6666
"@angular-eslint/eslint-plugin-template": "^14.0.0",
6767
"@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",
7070
"@bazel/bazelisk": "^1.12.1",
7171
"@stylistic/eslint-plugin": "^2.6.2",
7272
"@types/imagemin": "^7.0.0",
7373
"@types/jasmine": "^3.7.7",
7474
"@types/node": "^18.11.9",
7575
"@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",
7878
"eslint": "^8.56.0",
7979
"eslint-plugin-ban": "^1.5.2",
8080
"eslint-plugin-import": "^2.22.1",

0 commit comments

Comments
 (0)