File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,15 @@ npm_translate_lock(
79
79
# running `bazel build //:vsix` and burning down missing packages. We do this so that we
80
80
# don't have to run an additional `npm install` action to create a node_modules within the
81
81
# //: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" : ["" ],
83
85
"lru-cache@6.0.0" : ["" ],
84
- "yallist@4.0.0" : ["" ],
85
86
"minimatch@3.1.2" : ["" ],
86
- "brace-expansion@1.1.11 " : ["" ],
87
+ "semver@7.3.7 " : ["" ],
87
88
"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" : ["" ],
90
91
},
91
92
# PLACE_HOLDER_FOR_packages/language-service/build.sh_IN_angular_REPO
92
93
)
You can’t perform that action at this time.
0 commit comments