File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11/* eslint-disable no-console */
22
3- // import path from 'path';
4- // import execa from 'execa';
53import { stripIndent } from 'common-tags' ;
64
75import { error } from './helpers/utils' ;
Original file line number Diff line number Diff 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==
You can’t perform that action at this time.
0 commit comments