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

Commit 79625c3

Browse files
committed
build: update Angular CLI dependencies to 16.0.0-rc.2
The rc.2 version of the CLI contains fixes for building applications within bazel using rules_js. The fixes account for the specific symlink usage leveraged within the bazel build.
1 parent abb2502 commit 79625c3

File tree

4 files changed

+721
-979
lines changed

4 files changed

+721
-979
lines changed
Lines changed: 3 additions & 3 deletions
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=412897994
5-
yarn.lock=-170970879
6-
package.json=690067481
4+
pnpm-lock.yaml=932820091
5+
yarn.lock=555936278
6+
package.json=1130721305

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"zone.js": "~0.13.0"
5656
},
5757
"devDependencies": {
58-
"@angular-devkit/architect": "^0.1600.0-rc.1",
59-
"@angular-devkit/architect-cli": "^0.1600.0-rc.1",
60-
"@angular-devkit/build-angular": "^16.0.0-rc.1",
58+
"@angular-devkit/architect": "^0.1600.0-rc.2",
59+
"@angular-devkit/architect-cli": "^0.1600.0-rc.2",
60+
"@angular-devkit/build-angular": "^16.0.0-rc.2",
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.0.0-rc.1",
65+
"@angular/cli": "^16.0.0-rc.2",
6666
"@angular/compiler-cli": "^16.0.0-rc.1",
6767
"@bazel/bazelisk": "^1.12.1",
6868
"@types/imagemin": "^7.0.0",

0 commit comments

Comments
 (0)