fix(bazel): minor cleanup
This commit is contained in:
parent
cc57831a02
commit
4da767ed82
@ -9,7 +9,7 @@ git_repository(
|
|||||||
local_repository(
|
local_repository(
|
||||||
name = "build_bazel_rules_typescript",
|
name = "build_bazel_rules_typescript",
|
||||||
path = "node_modules/@bazel/typescript",
|
path = "node_modules/@bazel/typescript",
|
||||||
)p
|
)
|
||||||
|
|
||||||
local_repository(
|
local_repository(
|
||||||
name = "angular",
|
name = "angular",
|
||||||
|
|||||||
@ -28,12 +28,12 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/cli": "https://github.com/nrwl/bazel-cli-build",
|
"@angular/cli": "https://github.com/nrwl/bazel-cli-build",
|
||||||
"@bazel/typescript": "~0.0.7",
|
"@bazel/typescript": "0.0.10",
|
||||||
"@nrwl/schematics": "https://github.com/nrwl/schematics-build",
|
"@nrwl/schematics": "https://github.com/nrwl/schematics-build",
|
||||||
"@nrwl/bazel": "https://github.com/nrwl/bazel-build",
|
"@nrwl/bazel": "https://github.com/nrwl/bazel-build",
|
||||||
"@angular/bazel": "angular/bazel-builds#6f50535",
|
"@angular/bazel": "angular/bazel-builds#2cbc03c",
|
||||||
"@angular/compiler-cli": "angular/compiler-cli-builds#797acb2",
|
"@angular/compiler-cli": "angular/compiler-cli-builds#03ca098",
|
||||||
"@angular/language-service": "angular/language-service-builds#57583ee",
|
"@angular/language-service": "angular/language-service-builds#fefdacc",
|
||||||
"@types/jasmine": "~2.5.53",
|
"@types/jasmine": "~2.5.53",
|
||||||
"@types/jasminewd2": "~2.0.2",
|
"@types/jasminewd2": "~2.0.2",
|
||||||
"@types/node": "~6.0.60",
|
"@types/node": "~6.0.60",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user