Skip to content

Commit 199a88a

Browse files
authored
build: add missing vscode-nls to npm_translate_lock hoisted package (#1825)
1 parent a3e8f88 commit 199a88a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

WORKSPACE

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,15 @@ npm_translate_lock(
7979
# running `bazel build //:vsix` and burning down missing packages. We do this so that we
8080
# don't have to run an additional `npm install` action to create a node_modules within the
8181
# //:npm npm_package where the vsce build takes place.
82-
"semver@7.3.7": [""],
82+
"balanced-match@1.0.0": [""],
83+
"brace-expansion@1.1.11": [""],
84+
"concat-map@0.0.1": [""],
8385
"lru-cache@6.0.0": [""],
84-
"yallist@4.0.0": [""],
8586
"minimatch@3.1.2": [""],
86-
"brace-expansion@1.1.11": [""],
87+
"semver@7.3.7": [""],
8788
"vscode-languageserver-types@3.16.0": [""],
88-
"concat-map@0.0.1": [""],
89-
"balanced-match@1.0.0": [""],
89+
"vscode-nls@5.2.0": [""],
90+
"yallist@4.0.0": [""],
9091
},
9192
# PLACE_HOLDER_FOR_packages/language-service/build.sh_IN_angular_REPO
9293
)

0 commit comments

Comments
 (0)