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 the latest Angular
Browse files Browse the repository at this point in the history
Bumps the docs and the Stackblitz template to the latest versions.
  • Loading branch information
crisbeto committed Oct 18, 2024
1 parent 6a6db1c commit 48e3d6f
Show file tree
Hide file tree
Showing 4 changed files with 6,527 additions and 3,756 deletions.
46 changes: 23 additions & 23 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": "^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": "^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",
"@angular/animations": "^19.0.0-next.10",
"@angular/cdk": "^19.0.0-next.9",
"@angular/cdk-experimental": "^19.0.0-next.9",
"@angular/common": "^19.0.0-next.10",
"@angular/compiler": "^19.0.0-next.10",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#4334c0c112b4a55c7257a5837ac94f5464938764",
"@angular/core": "^19.0.0-next.10",
"@angular/forms": "^19.0.0-next.10",
"@angular/google-maps": "^19.0.0-next.9",
"@angular/localize": "^19.0.0-next.10",
"@angular/material": "^19.0.0-next.9",
"@angular/material-experimental": "^19.0.0-next.9",
"@angular/material-moment-adapter": "^19.0.0-next.9",
"@angular/platform-browser": "^19.0.0-next.10",
"@angular/platform-browser-dynamic": "^19.0.0-next.10",
"@angular/router": "^19.0.0-next.10",
"@angular/ssr": "^19.0.0-next.10",
"@angular/youtube-player": "^19.0.0-next.9",
"@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.1900.0-next.2",
"@angular-devkit/architect-cli": "^0.1900.0-next.2",
"@angular-devkit/build-angular": "^19.0.0-next.2",
"@angular-devkit/architect": "^0.1900.0-next.11",
"@angular-devkit/architect-cli": "^0.1900.0-next.11",
"@angular-devkit/build-angular": "^19.0.0-next.11",
"@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": "^19.0.0-next.2",
"@angular/compiler-cli": "^19.0.0-next.2",
"@angular/cli": "^19.0.0-next.11",
"@angular/compiler-cli": "^19.0.0-next.10",
"@bazel/bazelisk": "^1.12.1",
"@stylistic/eslint-plugin": "^2.6.2",
"@types/imagemin": "^7.0.0",
Expand Down
Loading

0 comments on commit 48e3d6f

Please sign in to comment.