Skip to content

Commit f7b3b1a

Browse files
gregmagolanKeen Yee Liau
authored and
Keen Yee Liau
committed
Update @bazel/typescript and @bazel/karma version check to use semver to match only major & minor version against bazel package version
Closes bazel-contrib#352 PiperOrigin-RevId: 225565487
1 parent e2ba490 commit f7b3b1a

File tree

9 files changed

+32
-2821
lines changed

9 files changed

+32
-2821
lines changed

packages/concatjs/third_party/google3/rules_typescript/internal/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ pkg_tar(
178178
"ts_config.bzl",
179179
"ts_repositories.bzl",
180180
"BUILD.bazel",
181-
"yarn.lock",
182181
"package.json",
183182
],
184183
package_dir = "internal",

packages/concatjs/third_party/google3/rules_typescript/internal/karma/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ pkg_tar(
7676
srcs = [
7777
"ts_web_test.bzl",
7878
"BUILD.bazel",
79-
"yarn.lock",
8079
"package.json",
8180
],
8281
package_dir = "karma"

packages/concatjs/third_party/google3/rules_typescript/internal/karma/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"karma-sourcemap-loader": "0.3.7",
2424
"karma-requirejs": "1.1.0",
2525
"requirejs": "2.3.5",
26+
"semver": "5.6.0",
2627
"tmp": "0.0.33"
2728
},
2829
"scripts": {

0 commit comments

Comments
 (0)