Skip to content

Commit 8e29811

Browse files
committed
Adds glob to packages
1 parent 7b77400 commit 8e29811

File tree

3 files changed

+10
-44
lines changed

3 files changed

+10
-44
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@
280280
]
281281
},
282282
"dependencies": {
283+
"fast-glob": "^3.2.7",
283284
"vscode-languageclient": "^7.0.0",
284285
"which": "^2.0.2"
285286
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@
914914
"resolved" "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz"
915915
"version" "1.2.0"
916916

917-
"fast-glob@^3.1.1":
917+
"fast-glob@^3.1.1", "fast-glob@^3.2.7":
918918
"integrity" "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q=="
919919
"resolved" "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz"
920920
"version" "3.2.7"

0 commit comments

Comments
 (0)