Skip to content

Commit a7ce310

Browse files
committed
cp: Attempt to fix missing minimatch dependency on Windows
1 parent f89260d commit a7ce310

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

javascript/private/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ js_binary(
2020
data = [
2121
"closure_make_deps_wrapper.js",
2222
":node_modules/google-closure-deps",
23+
":node_modules/minimatch",
2324
],
2425
entry_point = ":closure_make_deps_wrapper.js",
2526
visibility = [

javascript/private/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"google-closure-deps": "^20230802.0.0",
13-
"minimatch": "^10.1.1"
13+
"minimatch": "^3.1.2"
1414
}
1515
}

pnpm-lock.yaml

Lines changed: 2 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)