Skip to content

Commit f3641b5

Browse files
committed
add @bazel/bazel to dev deps
1 parent 8854204 commit f3641b5

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@angular/platform-server": "^8.0.0-rc.1",
5858
"@angular/router": "^8.0.0-rc.1",
5959
"@angular/upgrade": "^8.0.0-rc.1",
60+
"@bazel/bazel": "^0.24.1",
6061
"@bazel/ibazel": "^0.9.0",
6162
"@bazel/jasmine": "0.27.8",
6263
"@bazel/karma": "0.27.8",

yarn.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,30 @@
325325
lodash "^4.17.11"
326326
to-fast-properties "^2.0.0"
327327

328+
329+
version "0.24.1"
330+
resolved "https://registry.yarnpkg.com/@bazel/bazel-darwin_x64/-/bazel-darwin_x64-0.24.1.tgz#11479d0548d83fea22e664452d3e70c5f2edf94e"
331+
integrity sha512-EF2WlPIQeq4zhkwwSCDJncG/rA1C2xnjUynabzB04KOxEBj0lveqYLgoCvs6L3Y+1vp2TQJmKGVEG6GpYb4uUA==
332+
333+
334+
version "0.24.1"
335+
resolved "https://registry.yarnpkg.com/@bazel/bazel-linux_x64/-/bazel-linux_x64-0.24.1.tgz#59c61c4ed885fd7ceed1bc9d605db563a51b83bd"
336+
integrity sha512-oFLpfUOzZK4VSOM49FMJjb5UOJ5HXpTZ+zBOVO0hfK+oAkRaRfZjQZoKm6wa67MxfvU4tP/LDWcw7uj6swaGLw==
337+
338+
339+
version "0.24.1"
340+
resolved "https://registry.yarnpkg.com/@bazel/bazel-win32_x64/-/bazel-win32_x64-0.24.1.tgz#ebc7b9958a5d0bb5ccca761852bcc750d07ec343"
341+
integrity sha512-s+zFYNawvzDLnb0TBY4LmkT+8ZfjMJ6/dyVnH6w8Q24mevnJqTBflcPJUlXoLRCAtaK/S3+1KOfKPccIwDNDDg==
342+
343+
"@bazel/bazel@^0.24.1":
344+
version "0.24.1"
345+
resolved "https://registry.yarnpkg.com/@bazel/bazel/-/bazel-0.24.1.tgz#15380c4d5945de47c7be1e3a83e9a8d1607aa33b"
346+
integrity sha512-iTTUqdI2dX4S+fQOGbhr84jRRv9FbYr8GX3L69Z/HurgcDrgErOKo1LGtOuSYqZYaEvQ+ZpV0aP7OzaUsv59WA==
347+
optionalDependencies:
348+
"@bazel/bazel-darwin_x64" "0.24.1"
349+
"@bazel/bazel-linux_x64" "0.24.1"
350+
"@bazel/bazel-win32_x64" "0.24.1"
351+
328352
"@bazel/ibazel@^0.9.0":
329353
version "0.9.0"
330354
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.9.0.tgz#fd60023acd36313d304cc2f8c2e181b88b5445cd"

0 commit comments

Comments
 (0)