Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 36fa0d2

Browse files
committed
build: update to Angular 19
Updates to Angular 19 in order to fix the deployment job.
1 parent 736474b commit 36fa0d2

File tree

4 files changed

+1381
-1108
lines changed

4 files changed

+1381
-1108
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
"npm": "Please use yarn instead of NPM to install dependencies"
3333
},
3434
"dependencies": {
35-
"@angular/animations": "^18.2.0",
36-
"@angular/cdk": "^18.2.0",
37-
"@angular/cdk-experimental": "^18.2.0",
38-
"@angular/common": "^18.2.0",
39-
"@angular/compiler": "^18.2.0",
35+
"@angular/animations": "^19.0.0-next.2",
36+
"@angular/cdk": "^19.0.0-next.2",
37+
"@angular/cdk-experimental": "^19.0.0-next.2",
38+
"@angular/common": "^19.0.0-next.2",
39+
"@angular/compiler": "^19.0.0-next.2",
4040
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#8319d8fde93ab4ed2bd6e0b6e2a88d893661bdd5",
41-
"@angular/core": "^18.2.0",
42-
"@angular/forms": "^18.2.0",
43-
"@angular/google-maps": "^18.2.0",
44-
"@angular/localize": "^18.2.0",
45-
"@angular/material": "^18.2.0",
46-
"@angular/material-experimental": "^18.2.0",
47-
"@angular/material-moment-adapter": "^18.2.0",
48-
"@angular/platform-browser": "^18.2.0",
49-
"@angular/platform-browser-dynamic": "^18.2.0",
50-
"@angular/router": "^18.2.0",
51-
"@angular/ssr": "^18.2.0",
52-
"@angular/youtube-player": "^18.2.0",
41+
"@angular/core": "^19.0.0-next.2",
42+
"@angular/forms": "^19.0.0-next.2",
43+
"@angular/google-maps": "^19.0.0-next.2",
44+
"@angular/localize": "^19.0.0-next.2",
45+
"@angular/material": "^19.0.0-next.2",
46+
"@angular/material-experimental": "^19.0.0-next.2",
47+
"@angular/material-moment-adapter": "^19.0.0-next.2",
48+
"@angular/platform-browser": "^19.0.0-next.2",
49+
"@angular/platform-browser-dynamic": "^19.0.0-next.2",
50+
"@angular/router": "^19.0.0-next.2",
51+
"@angular/ssr": "^19.0.0-next.2",
52+
"@angular/youtube-player": "^19.0.0-next.2",
5353
"@stackblitz/sdk": "^1.5.2",
5454
"moment": "^2.29.1",
5555
"path-normalize": "^6.0.7",
@@ -58,15 +58,15 @@
5858
"zone.js": "~0.14.10"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/architect": "^0.1802.0",
62-
"@angular-devkit/architect-cli": "^0.1802.0",
63-
"@angular-devkit/build-angular": "^18.2.0",
61+
"@angular-devkit/architect": "^0.1900.0-next.2",
62+
"@angular-devkit/architect-cli": "^0.1900.0-next.2",
63+
"@angular-devkit/build-angular": "^19.0.0-next.2",
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": "^18.2.0",
69-
"@angular/compiler-cli": "^18.2.0",
68+
"@angular/cli": "^19.0.0-next.2",
69+
"@angular/compiler-cli": "^19.0.0-next.2",
7070
"@bazel/bazelisk": "^1.12.1",
7171
"@stylistic/eslint-plugin": "^2.6.2",
7272
"@types/imagemin": "^7.0.0",

0 commit comments

Comments
 (0)