Skip to content

Commit 4cc8e04

Browse files
authored
Remove 'glob-promise' dependency (#8545)
2 parents 1e9b30b + c76dafa commit 4cc8e04

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
"eslint-plugin-promise": "^6.1.1",
150150
"eslint-plugin-unicorn": "^47.0.0",
151151
"get-port": "5.1.1",
152-
"glob-promise": "4.1.0",
153152
"gulp": "5.0.0",
154153
"jest": "^29.6.2",
155154
"jest-cli": "^29.6.4",

test/lsptoolshost/artifactTests/vsix.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import { describe, test, expect } from '@jest/globals';
77
import * as fs from 'fs-extra';
8-
import * as glob from 'glob-promise';
8+
import * as glob from 'glob';
99
import * as path from 'path';
1010

1111
const vsixFiles = glob.sync(path.join(process.cwd(), '**', '*.vsix'));

0 commit comments

Comments
 (0)