Skip to content

Commit eeee53a

Browse files
committed
build: no longer install snapshot build of @angular/bazel
No longer uses a snapshot build for `@angular/bazel`. We previously used a snapshot build in order to update to v4 of `rules_nodejs`.
1 parent b761dbc commit eeee53a

File tree

2 files changed

+127
-138
lines changed

2 files changed

+127
-138
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
},
5656
"version": "13.0.0-next.1",
5757
"dependencies": {
58-
"@angular/animations": "13.0.0-next.0",
59-
"@angular/common": "13.0.0-next.0",
60-
"@angular/compiler": "13.0.0-next.0",
61-
"@angular/core": "13.0.0-next.0",
62-
"@angular/forms": "13.0.0-next.0",
63-
"@angular/platform-browser": "13.0.0-next.0",
58+
"@angular/animations": "13.0.0-next.2",
59+
"@angular/common": "13.0.0-next.2",
60+
"@angular/compiler": "13.0.0-next.2",
61+
"@angular/core": "13.0.0-next.2",
62+
"@angular/forms": "13.0.0-next.2",
63+
"@angular/platform-browser": "13.0.0-next.2",
6464
"@types/googlemaps": "^3.43.1",
6565
"@types/youtube": "^0.0.42",
6666
"core-js-bundle": "^3.8.2",
@@ -72,16 +72,16 @@
7272
"zone.js": "~0.11.3"
7373
},
7474
"devDependencies": {
75-
"@angular-devkit/build-optimizer": "0.1300.0-next.0",
76-
"@angular-devkit/core": "13.0.0-next.0",
77-
"@angular-devkit/schematics": "13.0.0-next.0",
78-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#2566cc859235399edc72749a957f1cdcba2dc121",
79-
"@angular/compiler-cli": "13.0.0-next.0",
75+
"@angular-devkit/build-optimizer": "0.1300.0-next.1",
76+
"@angular-devkit/core": "13.0.0-next.1",
77+
"@angular-devkit/schematics": "13.0.0-next.1",
78+
"@angular/bazel": "13.0.0-next.2",
79+
"@angular/compiler-cli": "13.0.0-next.2",
8080
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#6254699cc7ccff62be948dc5edcdea87a936ff24",
81-
"@angular/localize": "13.0.0-next.0",
82-
"@angular/platform-browser-dynamic": "13.0.0-next.0",
83-
"@angular/platform-server": "13.0.0-next.0",
84-
"@angular/router": "13.0.0-next.0",
81+
"@angular/localize": "13.0.0-next.2",
82+
"@angular/platform-browser-dynamic": "13.0.0-next.2",
83+
"@angular/platform-server": "13.0.0-next.2",
84+
"@angular/router": "13.0.0-next.2",
8585
"@axe-core/webdriverjs": "^4.1.0",
8686
"@babel/core": "^7.13.10",
8787
"@babel/traverse": "^7.13.0",
@@ -147,7 +147,7 @@
147147
"@octokit/rest": "18.3.5",
148148
"@rollup/plugin-babel": "^5.3.0",
149149
"@rollup/plugin-commonjs": "^18.0.0",
150-
"@schematics/angular": "13.0.0-next.0",
150+
"@schematics/angular": "13.0.0-next.1",
151151
"@types/browser-sync": "^2.26.1",
152152
"@types/fs-extra": "^9.0.5",
153153
"@types/glob": "^7.1.3",

0 commit comments

Comments
 (0)