-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update angular dependencies (#1277)
PR Close #1277
- Loading branch information
1 parent
45de46d
commit 6eb1a9c
Showing
2 changed files
with
820 additions
and
434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@angular-devkit/build-angular": "16.2.0-next.1", | ||
"@angular-devkit/build-angular": "16.2.0-next.2", | ||
"@angular/benchpress": "0.3.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/helper-annotate-as-pure": "^7.18.6", | ||
|
@@ -56,15 +56,15 @@ | |
"@actions/github": "^5.0.0", | ||
"@angular/animations": "16.2.0-next.2", | ||
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch", | ||
"@angular/cdk": "16.2.0-next.3", | ||
"@angular/cli": "16.2.0-next.1", | ||
"@angular/cdk": "16.2.0-next.4", | ||
"@angular/cli": "16.2.0-next.2", | ||
"@angular/common": "16.2.0-next.2", | ||
"@angular/compiler": "16.2.0-next.2", | ||
"@angular/compiler-cli": "16.2.0-next.2", | ||
"@angular/core": "16.2.0-next.2", | ||
"@angular/fire": "^7.1.0-rc", | ||
"@angular/forms": "16.2.0-next.2", | ||
"@angular/material": "16.2.0-next.3", | ||
"@angular/material": "16.2.0-next.4", | ||
"@angular/platform-browser": "16.2.0-next.2", | ||
"@angular/platform-browser-dynamic": "16.2.0-next.2", | ||
"@angular/router": "16.2.0-next.2", | ||
|
Oops, something went wrong.