Skip to content

Commit 28943dd

Browse files
jelbournjosephperrott
authored andcommitted
chore: update to Angular 5.1.1 to fix bazel build (#8979)
1 parent 1121d53 commit 28943dd

File tree

3 files changed

+50
-91
lines changed

3 files changed

+50
-91
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
# For some reason, circleci needs the postinstall to be run explicitly.
3535
# This may be unnecessary once ngcontainer uses nodejs 8
3636
- run: bazel run @nodejs//:npm run postinstall
37-
# Disabled until next patch of Angular - broken currently
38-
#- run: bazel build src/cdk/...
37+
- run: bazel build src/cdk/...
3938
- save_cache:
4039
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
4140
paths:

package-lock.json

Lines changed: 37 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"node": ">= 5.4.1"
2727
},
2828
"dependencies": {
29-
"@angular/animations": "~5.1.0",
30-
"@angular/common": "~5.1.0",
31-
"@angular/compiler": "~5.1.0",
32-
"@angular/core": "~5.1.0",
33-
"@angular/forms": "~5.1.0",
34-
"@angular/platform-browser": "~5.1.0",
29+
"@angular/animations": "~5.1.1",
30+
"@angular/common": "~5.1.1",
31+
"@angular/compiler": "~5.1.1",
32+
"@angular/core": "~5.1.1",
33+
"@angular/forms": "~5.1.1",
34+
"@angular/platform-browser": "~5.1.1",
3535
"core-js": "^2.4.1",
3636
"rxjs": "^5.5.5",
3737
"systemjs": "0.19.43",
@@ -40,12 +40,12 @@
4040
"zone.js": "^0.8.12"
4141
},
4242
"devDependencies": {
43-
"@angular/bazel": "~5.1.0",
44-
"@angular/compiler-cli": "~5.1.0",
45-
"@angular/http": "~5.1.0",
46-
"@angular/platform-browser-dynamic": "~5.1.0",
47-
"@angular/platform-server": "~5.1.0",
48-
"@angular/router": "~5.1.0",
43+
"@angular/bazel": "~5.1.1",
44+
"@angular/compiler-cli": "~5.1.1",
45+
"@angular/http": "~5.1.1",
46+
"@angular/platform-browser-dynamic": "~5.1.1",
47+
"@angular/platform-server": "~5.1.1",
48+
"@angular/router": "~5.1.1",
4949
"@angular/upgrade": "^5.0.1",
5050
"@bazel/ibazel": "^0.1.1",
5151
"@google-cloud/storage": "^1.1.1",

0 commit comments

Comments
 (0)