Skip to content

Commit abba939

Browse files
Add missing glob dev dependency (#3628)
We use this directly in our test code and so should have a direct dependency on it but only had it transitively.
1 parent 91c82c9 commit abba939

File tree

2 files changed

+42
-6
lines changed

2 files changed

+42
-6
lines changed

package-lock.json

+41-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"@types/vscode": "~1.56.0",
6363
"@vscode/test-electron": "~1.6.2",
6464
"esbuild": "^0.13.8",
65+
"glob": "^7.2.0",
6566
"mocha": "~9.1.3",
6667
"mocha-multi-reporters": "~1.5.1",
6768
"mock-fs": "~5.1.1",

0 commit comments

Comments
 (0)