Skip to content

Commit 1dcd381

Browse files
authored
build: update to Angular 16.1 final (angular#1215)
Updates the repo to Angular 16.1 final to resolve some build issues. Fixes angular/components#27297.
1 parent ad7431f commit 1dcd381

File tree

6 files changed

+3731
-3302
lines changed

6 files changed

+3731
-3302
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
22
# This file should be checked into version control along with the pnpm-lock.yaml file.
33
.npmrc=-1306950124
4-
pnpm-lock.yaml=-1350673801
5-
yarn.lock=-2011672657
6-
package.json=449604703
4+
pnpm-lock.yaml=897100486
5+
yarn.lock=301484834
6+
package.json=-1393640632

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030
},
3131
"private": true,
3232
"dependencies": {
33-
"@angular/animations": "^16.1.0-next.3",
34-
"@angular/cdk": "^16.1.0-next.2",
35-
"@angular/cdk-experimental": "^16.1.0-next.2",
36-
"@angular/common": "^16.1.0-next.3",
37-
"@angular/compiler": "^16.1.0-next.3",
38-
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#c29cd4e5f092902d2cca0f589c8de6c379e96789",
39-
"@angular/core": "^16.1.0-next.3",
40-
"@angular/forms": "^16.1.0-next.3",
41-
"@angular/google-maps": "^16.1.0-next.2",
42-
"@angular/localize": "^16.1.0-next.3",
43-
"@angular/material": "^16.1.0-next.2",
44-
"@angular/material-experimental": "^16.1.0-next.2",
45-
"@angular/material-moment-adapter": "^16.1.0-next.2",
46-
"@angular/platform-browser": "^16.1.0-next.3",
47-
"@angular/platform-browser-dynamic": "^16.1.0-next.3",
48-
"@angular/router": "^16.1.0-next.3",
49-
"@angular/youtube-player": "^16.1.0-next.2",
33+
"@angular/animations": "^16.1.0",
34+
"@angular/cdk": "^16.1.0",
35+
"@angular/cdk-experimental": "^16.1.0",
36+
"@angular/common": "^16.1.0",
37+
"@angular/compiler": "^16.1.0",
38+
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#9bef76ab6f8c5e7bec1356e2c38d77afc6451658",
39+
"@angular/core": "^16.1.0",
40+
"@angular/forms": "^16.1.0",
41+
"@angular/google-maps": "^16.1.0",
42+
"@angular/localize": "^16.1.0",
43+
"@angular/material": "^16.1.0",
44+
"@angular/material-experimental": "^16.1.0",
45+
"@angular/material-moment-adapter": "^16.1.0",
46+
"@angular/platform-browser": "^16.1.0",
47+
"@angular/platform-browser-dynamic": "^16.1.0",
48+
"@angular/router": "^16.1.0",
49+
"@angular/youtube-player": "^16.1.0",
5050
"@stackblitz/sdk": "^1.5.2",
5151
"moment": "^2.29.1",
5252
"path-normalize": "^6.0.7",
@@ -55,15 +55,15 @@
5555
"zone.js": "~0.13.0"
5656
},
5757
"devDependencies": {
58-
"@angular-devkit/architect": "^0.1601.0-next.2",
59-
"@angular-devkit/architect-cli": "^0.1601.0-next.2",
60-
"@angular-devkit/build-angular": "^16.1.0-next.2",
58+
"@angular-devkit/architect": "^0.1601.0",
59+
"@angular-devkit/architect-cli": "^0.1601.0",
60+
"@angular-devkit/build-angular": "^16.1.0",
6161
"@angular-eslint/builder": "^14.0.0",
6262
"@angular-eslint/eslint-plugin": "^14.0.0",
6363
"@angular-eslint/eslint-plugin-template": "^14.0.0",
6464
"@angular-eslint/template-parser": "^14.0.0",
65-
"@angular/cli": "^16.1.0-next.2",
66-
"@angular/compiler-cli": "^16.1.0-next.3",
65+
"@angular/cli": "^16.1.0",
66+
"@angular/compiler-cli": "^16.1.0",
6767
"@bazel/bazelisk": "^1.12.1",
6868
"@types/imagemin": "^7.0.0",
6969
"@types/jasmine": "^3.7.7",

0 commit comments

Comments
 (0)