Skip to content

Commit 3a0377f

Browse files
snitin315alexander-akait
authored andcommitted
chore: remove @webpack-cli/migrate dependency (#3363)
1 parent 0e501d3 commit 3a0377f

File tree

3 files changed

+209
-742
lines changed

3 files changed

+209
-742
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"@types/rechoir": "^0.6.1",
6262
"@typescript-eslint/eslint-plugin": "^5.22.0",
6363
"@typescript-eslint/parser": "^5.22.0",
64-
"@webpack-cli/migrate": "^1.1.2",
6564
"coffeescript": "^2.7.0",
6665
"colorette": "^2.0.16",
6766
"concat-stream": "^2.0.0",

test/api/get-default-package-manager.test.js

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jest.setMock("cross-spawn", {
1212
sync: syncMock,
1313
});
1414

15-
const globalModulesNpmValue = "test-npm";
16-
17-
jest.setMock("global-modules", globalModulesNpmValue);
18-
1915
describe("getPackageManager", () => {
2016
let cli;
2117

0 commit comments

Comments
 (0)