Skip to content

Commit

Permalink
build: update dependencies to fix deployment
Browse files Browse the repository at this point in the history
Updates to the latest `next` version to unblock the deployment of the docs site.
  • Loading branch information
crisbeto committed Dec 18, 2024
1 parent 9804943 commit d48e2d9
Show file tree
Hide file tree
Showing 3 changed files with 2,272 additions and 2,701 deletions.
52 changes: 26 additions & 26 deletions material.angular.io/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",
"@angular/cdk": "^19.0.0",
"@angular/cdk-experimental": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#a69e799bfa16e137ce3d5795ae02617144b199e0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/google-maps": "^19.0.0",
"@angular/localize": "^19.0.0",
"@angular/material": "^19.0.0",
"@angular/material-experimental": "^19.0.0",
"@angular/material-moment-adapter": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@angular/ssr": "^19.0.0",
"@angular/youtube-player": "^19.0.0",
"@angular/animations": "^19.1.0-next.3",
"@angular/cdk": "^19.1.0-next.2",
"@angular/cdk-experimental": "^19.1.0-next.2",
"@angular/common": "^19.1.0-next.3",
"@angular/compiler": "^19.1.0-next.3",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#6733b91d23723d25cbec788d0a2c81ce8188166b",
"@angular/core": "^19.1.0-next.3",
"@angular/forms": "^19.1.0-next.3",
"@angular/google-maps": "^19.1.0-next.2",
"@angular/localize": "^19.1.0-next.3",
"@angular/material": "^19.1.0-next.2",
"@angular/material-experimental": "^19.1.0-next.2",
"@angular/material-moment-adapter": "^19.1.0-next.2",
"@angular/platform-browser": "^19.1.0-next.3",
"@angular/platform-browser-dynamic": "^19.1.0-next.3",
"@angular/router": "^19.1.0-next.3",
"@angular/ssr": "^19.1.0-next.1",
"@angular/youtube-player": "^19.1.0-next.2",
"@stackblitz/sdk": "^1.5.2",
"moment": "^2.29.1",
"path-normalize": "^6.0.7",
Expand All @@ -58,23 +58,23 @@
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1900.0",
"@angular-devkit/architect-cli": "^0.1900.0",
"@angular-devkit/build-angular": "^19.0.0",
"@angular-devkit/architect": "^0.1901.0-next.1",
"@angular-devkit/architect-cli": "^0.1901.0-next.1",
"@angular-devkit/build-angular": "^19.1.0-next.1",
"@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",
"@angular/compiler-cli": "^19.0.0",
"@angular/cli": "^19.1.0-next.1",
"@angular/compiler-cli": "^19.1.0-next.3",
"@bazel/bazelisk": "^1.12.1",
"@stylistic/eslint-plugin": "^2.6.2",
"@types/imagemin": "^7.0.0",
"@types/jasmine": "^3.7.7",
"@types/node": "^16.11.7",
"@types/shelljs": "~0.8.8",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^8.56.0",
"eslint-plugin-ban": "^1.5.2",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -100,7 +100,7 @@
"sass": "^1.70.0",
"shelljs": "^0.8.4",
"ts-node": "^8.10.2",
"typescript": "~5.5.2"
"typescript": "~5.7.2"
},
"packageManager": "[email protected]",
"dependenciesMeta": {
Expand Down
Loading

0 comments on commit d48e2d9

Please sign in to comment.