Skip to content

Commit

Permalink
build: bring back the @bazel/buildifier dependency (angular#423)
Browse files Browse the repository at this point in the history
This was accidentally removed in angular#387.

PR Close angular#423
  • Loading branch information
gkalpak authored and josephperrott committed Feb 23, 2022
1 parent 48d9cfb commit 6c0576d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@angular/core": "14.0.0-next.3",
"@angular/platform-browser": "14.0.0-next.3",
"@bazel/bazelisk": "^1.10.1",
"@bazel/buildifier": "^4.0.1",
"@bazel/jasmine": "4.6.0",
"@octokit/auth-app": "^3.6.0",
"@octokit/core": "^3.5.1",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ __metadata:
"@angular/platform-browser": 14.0.0-next.3
"@babel/core": ^7.16.0
"@bazel/bazelisk": ^1.10.1
"@bazel/buildifier": ^4.0.1
"@bazel/concatjs": 4.6.0
"@bazel/esbuild": 4.6.0
"@bazel/jasmine": 4.6.0
Expand Down Expand Up @@ -1674,6 +1675,15 @@ __metadata:
languageName: node
linkType: hard

"@bazel/buildifier@npm:^4.0.1":
version: 4.2.5
resolution: "@bazel/buildifier@npm:4.2.5"
bin:
buildifier: buildifier.js
checksum: 2b2cc27582b5e3a4b584dd9ab153c2dc37bf8c8eb71881c32fbb34772d7494e9a892f6a530e8c372157f4c200c79d60b96de3867fa6666b1a553e5ac46fed0d1
languageName: node
linkType: hard

"@bazel/concatjs@npm:4.6.0":
version: 4.6.0
resolution: "@bazel/concatjs@npm:4.6.0"
Expand Down

0 comments on commit 6c0576d

Please sign in to comment.