Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Oct 16, 2018
1 parent 8670e0a commit 314d06b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Optionally add the `@bazel/karma` npm package if you would like to use the
{
...
"devDependencies": {
"@bazel/typescript": "0.20.2",
"@bazel/karma": "0.20.2",
"@bazel/typescript": "0.20.3",
"@bazel/karma": "0.20.3",
...
},
...
Expand All @@ -46,8 +46,8 @@ containing:
```python
http_archive(
name = "build_bazel_rules_typescript",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.20.2.zip",
strip_prefix = "rules_typescript-0.20.2",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.20.3.zip",
strip_prefix = "rules_typescript-0.20.3",
)

# Fetch our Bazel dependencies that aren't distributed on npm
Expand Down
4 changes: 2 additions & 2 deletions package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def rules_typescript_dependencies():
_maybe(
http_archive,
name = "build_bazel_rules_nodejs",
urls = ["https://github.com/bazelbuild/rules_nodejs/archive/0.15.0.zip"],
strip_prefix = "rules_nodejs-0.15.0",
urls = ["https://github.com/bazelbuild/rules_nodejs/archive/0.15.1.zip"],
strip_prefix = "rules_nodejs-0.15.1",
)

# ts_web_test depends on the web testing rules to provision browsers.
Expand Down

0 comments on commit 314d06b

Please sign in to comment.