Skip to content

Commit 0a1cc4e

Browse files
committed
build: update to Angular v18 final
Updates the docs site to Angular v18 final. Doesn't include Stackblitz for now, because there appears to be a build issue.
1 parent 81fec61 commit 0a1cc4e

File tree

4 files changed

+6115
-6493
lines changed

4 files changed

+6115
-6493
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1306950124
5-
pnpm-lock.yaml=1732658939
6-
yarn.lock=-2144284508
7-
package.json=-1734035326
5+
pnpm-lock.yaml=235307723
6+
yarn.lock=-1638080838
7+
package.json=351496289

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@
3030
},
3131
"private": true,
3232
"dependencies": {
33-
"@angular/animations": "^18.0.0-next.6",
34-
"@angular/cdk": "^18.0.0-next.6",
35-
"@angular/cdk-experimental": "^18.0.0-next.6",
36-
"@angular/common": "^18.0.0-next.6",
37-
"@angular/compiler": "^18.0.0-next.6",
33+
"@angular/animations": "^18.0.0",
34+
"@angular/cdk": "^18.0.0",
35+
"@angular/cdk-experimental": "^18.0.0",
36+
"@angular/common": "^18.0.0",
37+
"@angular/compiler": "^18.0.0",
3838
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#8319d8fde93ab4ed2bd6e0b6e2a88d893661bdd5",
39-
"@angular/core": "^18.0.0-next.6",
40-
"@angular/forms": "^18.0.0-next.6",
41-
"@angular/google-maps": "^18.0.0-next.6",
42-
"@angular/localize": "^18.0.0-next.6",
43-
"@angular/material": "^18.0.0-next.6",
44-
"@angular/material-experimental": "^18.0.0-next.6",
45-
"@angular/material-moment-adapter": "^18.0.0-next.6",
46-
"@angular/platform-browser": "^18.0.0-next.6",
47-
"@angular/platform-browser-dynamic": "^18.0.0-next.6",
48-
"@angular/router": "^18.0.0-next.6",
49-
"@angular/ssr": "^18.0.0-next.3",
50-
"@angular/youtube-player": "^18.0.0-next.6",
39+
"@angular/core": "^18.0.0",
40+
"@angular/forms": "^18.0.0",
41+
"@angular/google-maps": "^18.0.0",
42+
"@angular/localize": "^18.0.0",
43+
"@angular/material": "^18.0.0",
44+
"@angular/material-experimental": "^18.0.0",
45+
"@angular/material-moment-adapter": "^18.0.0",
46+
"@angular/platform-browser": "^18.0.0",
47+
"@angular/platform-browser-dynamic": "^18.0.0",
48+
"@angular/router": "^18.0.0",
49+
"@angular/ssr": "^18.0.0",
50+
"@angular/youtube-player": "^18.0.0",
5151
"@stackblitz/sdk": "^1.5.2",
5252
"moment": "^2.29.1",
5353
"path-normalize": "^6.0.7",
@@ -56,16 +56,16 @@
5656
"zone.js": "~0.14.0"
5757
},
5858
"devDependencies": {
59-
"@angular-devkit/architect": "^0.1800.0-next.3",
60-
"@angular-devkit/architect-cli": "^0.1800.0-next.3",
61-
"@angular-devkit/build-angular": "^18.0.0-next.3",
59+
"@angular-devkit/architect": "^0.1800.0",
60+
"@angular-devkit/architect-cli": "^0.1800.0",
61+
"@angular-devkit/build-angular": "^18.0.0",
6262
"@angular-eslint/builder": "^14.0.0",
6363
"@angular-eslint/eslint-plugin": "^14.0.0",
6464
"@angular-eslint/eslint-plugin-template": "^14.0.0",
6565
"@angular-eslint/template-parser": "^14.0.0",
6666
"@material/tokens": "15.0.0-canary.7f224ddd4.0",
67-
"@angular/cli": "^18.0.0-next.3",
68-
"@angular/compiler-cli": "^18.0.0-next.6",
67+
"@angular/cli": "^18.0.0",
68+
"@angular/compiler-cli": "^18.0.0",
6969
"@bazel/bazelisk": "^1.12.1",
7070
"@types/imagemin": "^7.0.0",
7171
"@types/jasmine": "^3.7.7",

0 commit comments

Comments
 (0)