This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Optionally add the `@bazel/karma` npm package if you would like to use the
2525{
2626 ...
2727 "devDependencies": {
28- "@bazel/typescript": "0.23.1 ",
29- "@bazel/karma": "0.23.1 ",
28+ "@bazel/typescript": "0.23.2 ",
29+ "@bazel/karma": "0.23.2 ",
3030 ...
3131 },
3232 ...
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ ts_setup_dev_workspace()
7777# Test that check_rules_typescript_version works as expected
7878load ("//:defs.bzl" , "check_rules_typescript_version" )
7979
80- check_rules_typescript_version (version_string = "0.23.1 " )
80+ check_rules_typescript_version (version_string = "0.23.2 " )
8181
8282# Dependencies for generating documentation
8383load ("@io_bazel_rules_sass//sass:sass_repositories.bzl" , "sass_repositories" )
Original file line number Diff line number Diff line change 33 "description" : " TypeScript rules for Bazel" ,
44 "homepage" : " https://github.com/bazelbuild/rules_typescript" ,
55 "license" : " Apache-2.0" ,
6- "version" : " 0.23.1 " ,
6+ "version" : " 0.23.2 " ,
77 "keywords" : [
88 " typescript" ,
99 " bazel"
Original file line number Diff line number Diff line change 1717
1818load ("@build_bazel_rules_nodejs//internal/common:check_version.bzl" , "check_version" )
1919
20- VERSION = "0.23.1 "
20+ VERSION = "0.23.2 "
2121
2222# This version is the minimum version that is API compatible with this version
2323# of rules_typescript. This version should be updated to equal VERSION for
You can’t perform that action at this time.
0 commit comments