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

Commit

Permalink
build: update to Angular 19
Browse files Browse the repository at this point in the history
Updates to Angular 19 in order to fix the deployment job.
  • Loading branch information
crisbeto committed Sep 3, 2024
1 parent 736474b commit 36fa0d2
Show file tree
Hide file tree
Showing 4 changed files with 1,381 additions and 1,108 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@
"npm": "Please use yarn instead of NPM to install dependencies"
},
"dependencies": {
"@angular/animations": "^18.2.0",
"@angular/cdk": "^18.2.0",
"@angular/cdk-experimental": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/animations": "^19.0.0-next.2",
"@angular/cdk": "^19.0.0-next.2",
"@angular/cdk-experimental": "^19.0.0-next.2",
"@angular/common": "^19.0.0-next.2",
"@angular/compiler": "^19.0.0-next.2",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#8319d8fde93ab4ed2bd6e0b6e2a88d893661bdd5",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/google-maps": "^18.2.0",
"@angular/localize": "^18.2.0",
"@angular/material": "^18.2.0",
"@angular/material-experimental": "^18.2.0",
"@angular/material-moment-adapter": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@angular/ssr": "^18.2.0",
"@angular/youtube-player": "^18.2.0",
"@angular/core": "^19.0.0-next.2",
"@angular/forms": "^19.0.0-next.2",
"@angular/google-maps": "^19.0.0-next.2",
"@angular/localize": "^19.0.0-next.2",
"@angular/material": "^19.0.0-next.2",
"@angular/material-experimental": "^19.0.0-next.2",
"@angular/material-moment-adapter": "^19.0.0-next.2",
"@angular/platform-browser": "^19.0.0-next.2",
"@angular/platform-browser-dynamic": "^19.0.0-next.2",
"@angular/router": "^19.0.0-next.2",
"@angular/ssr": "^19.0.0-next.2",
"@angular/youtube-player": "^19.0.0-next.2",
"@stackblitz/sdk": "^1.5.2",
"moment": "^2.29.1",
"path-normalize": "^6.0.7",
Expand All @@ -58,15 +58,15 @@
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1802.0",
"@angular-devkit/architect-cli": "^0.1802.0",
"@angular-devkit/build-angular": "^18.2.0",
"@angular-devkit/architect": "^0.1900.0-next.2",
"@angular-devkit/architect-cli": "^0.1900.0-next.2",
"@angular-devkit/build-angular": "^19.0.0-next.2",
"@angular-eslint/builder": "^14.0.0",
"@angular-eslint/eslint-plugin": "^14.0.0",
"@angular-eslint/eslint-plugin-template": "^14.0.0",
"@angular-eslint/template-parser": "^14.0.0",
"@angular/cli": "^18.2.0",
"@angular/compiler-cli": "^18.2.0",
"@angular/cli": "^19.0.0-next.2",
"@angular/compiler-cli": "^19.0.0-next.2",
"@bazel/bazelisk": "^1.12.1",
"@stylistic/eslint-plugin": "^2.6.2",
"@types/imagemin": "^7.0.0",
Expand Down
Loading

0 comments on commit 36fa0d2

Please sign in to comment.