Bump rules_nodejs to version 3.1.0
Change-Id: I3f0d893b2870c8cf543ac5558157858c3390ee02
This commit is contained in:
@@ -8,9 +8,9 @@ ts_library(
|
||||
name = "licenses-map",
|
||||
srcs = glob(["*.ts"]),
|
||||
compiler = "//tools/node_tools:tsc_wrapped-bin",
|
||||
node_modules = "@tools_npm//:node_modules",
|
||||
tsconfig = "tsconfig.json",
|
||||
deps = [
|
||||
"@tools_npm//:node_modules",
|
||||
"@tools_npm//@types/node",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"description": "Gerrit Build Tools",
|
||||
"browser": false,
|
||||
"dependencies": {
|
||||
"@bazel/rollup": "^3.0.0-rc.1",
|
||||
"@bazel/typescript": "^3.0.0-rc.1",
|
||||
"@bazel/rollup": "^3.1.0",
|
||||
"@bazel/typescript": "^3.1.0",
|
||||
"@types/node": "^10.17.12",
|
||||
"@types/parse5": "^4.0.0",
|
||||
"@types/parse5-html-rewriting-stream": "^5.1.2",
|
||||
|
||||
@@ -7,7 +7,6 @@ package(default_visibility = ["//visibility:public"])
|
||||
ts_library(
|
||||
name = "preprocessor",
|
||||
srcs = glob(["*.ts"]),
|
||||
node_modules = "@tools_npm//:node_modules",
|
||||
tsconfig = "tsconfig.json",
|
||||
deps = [
|
||||
"//tools/node_tools/utils",
|
||||
|
||||
@@ -5,7 +5,6 @@ package(default_visibility = ["//visibility:public"])
|
||||
ts_library(
|
||||
name = "utils",
|
||||
srcs = glob(["*.ts"]),
|
||||
node_modules = "@tools_npm//:node_modules",
|
||||
tsconfig = "tsconfig.json",
|
||||
deps = [
|
||||
"@tools_npm//:node_modules",
|
||||
|
||||
@@ -492,15 +492,15 @@
|
||||
lodash "^4.17.13"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@bazel/rollup@^3.0.0-rc.1":
|
||||
version "3.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-3.0.0-rc.1.tgz#153fb7ca556dfb0397aa3a86cbef71bcefb00733"
|
||||
integrity sha512-O2WGfDw17aiQfUF6t5aL1kbVGeR6BnCImmtCOoFf1I8/Nw0dx+iE9x2qfqPyvSivZRuL2EBTI+xUcti42bpWgA==
|
||||
"@bazel/rollup@^3.1.0":
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-3.1.0.tgz#36346f052b2ce3c1e31e5ebb05ed80464548eb00"
|
||||
integrity sha512-lmgPhlR1VsJRsSE83Jlv+WT26Lso0/0FqXknlVuOmvCWFwSUKlriws729fqJZsvV5O2muAgJKuQl/zk+gqGCug==
|
||||
|
||||
"@bazel/typescript@^3.0.0-rc.1":
|
||||
version "3.0.0-rc.1"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.0.0-rc.1.tgz#4a80682124475db63abc97b7da358caaadbd3077"
|
||||
integrity sha512-KaGaCEbXjCKaRuwH/hLjW7aBuNyU8p/9yUe4KlP4KKoRqHAmjYISbUOw7VAksOW6BxXHgknOcZYaVF6PzE4CgQ==
|
||||
"@bazel/typescript@^3.1.0":
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.1.0.tgz#a07999ad7956b8c624604a521e653570bba32025"
|
||||
integrity sha512-sEWuvkUGIDeRhjLENHtJyop7wu4UqKN8h/nSgUwc5gkpWXQiT2wGH5jKVxBqODOBHB+IInEMtAjyRmCT+HbSHA==
|
||||
dependencies:
|
||||
protobufjs "6.8.8"
|
||||
semver "5.6.0"
|
||||
|
||||
Reference in New Issue
Block a user