Skip to content

Commit 67b9864

Browse files
committed
Remove unused explicit dependencies
1 parent 594b926 commit 67b9864

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@
3434
"codemod-cli": "^2.1.0",
3535
"ember-codemods-telemetry-helpers": "^1.0.1",
3636
"ember-template-recast": "^3.2.8",
37-
"fs-extra": "^8.1.0",
38-
"git-repo-info": "^2.1.0",
39-
"minimatch": "^3.0.4",
40-
"puppeteer": "^1.20.0",
41-
"sync-disk-cache": "^1.3.3",
42-
"walk-sync": "^2.0.2",
4337
"winston": "^3.2.1"
4438
},
4539
"devDependencies": {

test/run-test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/* eslint-disable no-console */
22

3-
// import path from 'path';
4-
// import execa from 'execa';
53
import { stripIndent } from 'common-tags';
64

75
import { error } from './helpers/utils';

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,7 @@ execa@^1.0.0:
25802580
signal-exit "^3.0.0"
25812581
strip-eof "^1.0.0"
25822582

2583-
execa@^2.0.4, execa@^2.0.5:
2583+
execa@^2.0.4:
25842584
version "2.1.0"
25852585
resolved "https://registry.yarnpkg.com/execa/-/execa-2.1.0.tgz#e5d3ecd837d2a60ec50f3da78fd39767747bbe99"
25862586
integrity sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw==

0 commit comments

Comments
 (0)