Skip to content

Commit

Permalink
build: update to Angular 16.1 (angular#1214)
Browse files Browse the repository at this point in the history
Bumps up to Angular 16.1 to fix the deployment.
  • Loading branch information
crisbeto authored Jun 6, 2023
1 parent 0462260 commit ba8aa89
Show file tree
Hide file tree
Showing 4 changed files with 3,538 additions and 3,254 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1306950124
pnpm-lock.yaml=-1654047057
yarn.lock=-726322771
package.json=1829293188
pnpm-lock.yaml=-1350673801
yarn.lock=-2011672657
package.json=449604703
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/cdk": "^16.0.0",
"@angular/cdk-experimental": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/animations": "^16.1.0-next.3",
"@angular/cdk": "^16.1.0-next.2",
"@angular/cdk-experimental": "^16.1.0-next.2",
"@angular/common": "^16.1.0-next.3",
"@angular/compiler": "^16.1.0-next.3",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#c29cd4e5f092902d2cca0f589c8de6c379e96789",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/google-maps": "^16.0.0",
"@angular/localize": "^16.0.0",
"@angular/material": "^16.0.0",
"@angular/material-experimental": "^16.0.0",
"@angular/material-moment-adapter": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@angular/youtube-player": "^16.0.0",
"@angular/core": "^16.1.0-next.3",
"@angular/forms": "^16.1.0-next.3",
"@angular/google-maps": "^16.1.0-next.2",
"@angular/localize": "^16.1.0-next.3",
"@angular/material": "^16.1.0-next.2",
"@angular/material-experimental": "^16.1.0-next.2",
"@angular/material-moment-adapter": "^16.1.0-next.2",
"@angular/platform-browser": "^16.1.0-next.3",
"@angular/platform-browser-dynamic": "^16.1.0-next.3",
"@angular/router": "^16.1.0-next.3",
"@angular/youtube-player": "^16.1.0-next.2",
"@stackblitz/sdk": "^1.5.2",
"moment": "^2.29.1",
"path-normalize": "^6.0.7",
Expand All @@ -55,15 +55,15 @@
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1600.0",
"@angular-devkit/architect-cli": "^0.1600.0",
"@angular-devkit/build-angular": "^16.0.0",
"@angular-devkit/architect": "^0.1601.0-next.2",
"@angular-devkit/architect-cli": "^0.1601.0-next.2",
"@angular-devkit/build-angular": "^16.1.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": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/cli": "^16.1.0-next.2",
"@angular/compiler-cli": "^16.1.0-next.3",
"@bazel/bazelisk": "^1.12.1",
"@types/imagemin": "^7.0.0",
"@types/jasmine": "^3.7.7",
Expand Down Expand Up @@ -95,6 +95,6 @@
"puppeteer": "~8.0.0",
"shelljs": "^0.8.4",
"ts-node": "^8.10.2",
"typescript": "~5.0.2"
"typescript": "~5.1.3"
}
}
Loading

0 comments on commit ba8aa89

Please sign in to comment.