fix(bazel): update peerDep ranges (#30155)

PR Close #30155
This commit is contained in:
Alex Eagle 2019-04-26 12:10:17 -07:00 committed by Andrew Kushnir
parent 6c86ae710a
commit 4ae0ee86cb
1 changed files with 2 additions and 2 deletions

View File

@ -34,11 +34,11 @@
"@types/node": "6.0.84", "@types/node": "6.0.84",
"semver": "^5.6.0", "semver": "^5.6.0",
"shelljs": "0.8.2", "shelljs": "0.8.2",
"tsickle": "0.34.3" "tsickle": "^0.35.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/compiler-cli": "0.0.0-PLACEHOLDER", "@angular/compiler-cli": "0.0.0-PLACEHOLDER",
"@bazel/typescript": "0.27.12", "@bazel/typescript": "0.*",
"typescript": ">=3.4 <3.5" "typescript": ">=3.4 <3.5"
}, },
"repository": { "repository": {