mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
build: update gapic-generator-typescript to v1.0.4.
This build fixes Bazel dependency issues related to protobuf.js dependency. PiperOrigin-RevId: 320102248
This commit is contained in:
parent
d13f80db84
commit
2c8f524b81
1 changed files with 2 additions and 11 deletions
13
WORKSPACE
13
WORKSPACE
|
|
@ -279,8 +279,8 @@ go_gapic_repositories()
|
|||
### TypeScript generator
|
||||
http_archive(
|
||||
name = "gapic_generator_typescript",
|
||||
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.3.tar.gz"],
|
||||
strip_prefix = "gapic-generator-typescript-1.0.3",
|
||||
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.4.tar.gz"],
|
||||
strip_prefix = "gapic-generator-typescript-1.0.4",
|
||||
)
|
||||
|
||||
load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")
|
||||
|
|
@ -301,15 +301,6 @@ install_bazel_dependencies()
|
|||
load("@npm_bazel_typescript//:index.bzl", "ts_setup_workspace")
|
||||
ts_setup_workspace()
|
||||
|
||||
# Note: TypeScript libraries use third-party protobuf dependency,
|
||||
# protobuf.js, and official Bazel rules have a special rule to
|
||||
# install this dependency and its transitive dependencies.
|
||||
yarn_install(
|
||||
name = "build_bazel_rules_typescript_protobufs_compiletime_deps",
|
||||
package_json = "@npm_bazel_labs//protobufjs:package.json",
|
||||
yarn_lock = "@npm_bazel_labs//protobufjs:yarn.lock",
|
||||
)
|
||||
|
||||
##############################################################################
|
||||
# PHP
|
||||
##############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue