forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (angular#44024)
PR Close angular#44024
- Loading branch information
1 parent
cbf96c1
commit 595a7e3
Showing
9 changed files
with
328 additions
and
234 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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -41,19 +41,19 @@ | |
}, | ||
"// 1": "dependencies are used locally and by bazel", | ||
"dependencies": { | ||
"@angular-devkit/build-angular": "13.0.0-rc.3", | ||
"@angular-devkit/build-optimizer": "0.1300.0-rc.3", | ||
"@angular-devkit/core": "13.0.0-rc.3", | ||
"@angular-devkit/schematics": "13.0.0-rc.3", | ||
"@angular/animations-12": "npm:@angular/[email protected].11", | ||
"@angular/cli": "13.0.0-rc.3", | ||
"@angular/common-12": "npm:@angular/[email protected].11", | ||
"@angular/core-12": "npm:@angular/[email protected].11", | ||
"@angular/forms-12": "npm:@angular/[email protected].11", | ||
"@angular/platform-browser-12": "npm:@angular/[email protected].11", | ||
"@angular/platform-browser-dynamic-12": "npm:@angular/[email protected].11", | ||
"@angular/platform-server-12": "npm:@angular/[email protected].11", | ||
"@angular/router-12": "npm:@angular/[email protected].11", | ||
"@angular-devkit/build-angular": "13.0.0", | ||
"@angular-devkit/build-optimizer": "0.1300.0", | ||
"@angular-devkit/core": "13.0.0", | ||
"@angular-devkit/schematics": "13.0.0", | ||
"@angular/animations-12": "npm:@angular/[email protected].13", | ||
"@angular/cli": "13.0.0", | ||
"@angular/common-12": "npm:@angular/[email protected].13", | ||
"@angular/core-12": "npm:@angular/[email protected].13", | ||
"@angular/forms-12": "npm:@angular/[email protected].13", | ||
"@angular/platform-browser-12": "npm:@angular/[email protected].13", | ||
"@angular/platform-browser-dynamic-12": "npm:@angular/[email protected].13", | ||
"@angular/platform-server-12": "npm:@angular/[email protected].13", | ||
"@angular/router-12": "npm:@angular/[email protected].13", | ||
"@babel/cli": "7.15.7", | ||
"@babel/core": "7.8.6", | ||
"@babel/generator": "7.8.6", | ||
|
@@ -73,7 +73,7 @@ | |
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^21.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"@schematics/angular": "13.0.0-rc.3", | ||
"@schematics/angular": "13.0.0", | ||
"@types/angular": "^1.6.47", | ||
"@types/babel__core": "7.1.6", | ||
"@types/babel__generator": "7.6.1", | ||
|
@@ -161,7 +161,7 @@ | |
}, | ||
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.", | ||
"devDependencies": { | ||
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#eed375cd53f702e9d496ffcc9adfae1085e13ce7", | ||
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#60f0cbc537cf8977bf898f633f6fa1d357a79fec", | ||
"@bazel/bazelisk": "^1.7.5", | ||
"@bazel/buildifier": "^4.0.1", | ||
"@bazel/ibazel": "^0.15.8", | ||
|
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
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
Oops, something went wrong.