File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 "service-worker-mock" : " ^1.9.3" ,
8080 "sinon" : " ^9.0.3" ,
8181 "tempy" : " ^0.7.1" ,
82+ "tinyglobby" : " ^0.2.16" ,
8283 "type-fest" : " ^3.13.1" ,
8384 "typescript" : " ^4.9.5" ,
8485 "typescript-json-schema" : " ^0.63.0" ,
Original file line number Diff line number Diff line change 3737 "eta" : " ^4.5.1" ,
3838 "fast-json-stable-stringify" : " ^2.1.0" ,
3939 "fs-extra" : " ^9.0.1" ,
40- "glob" : " ^11.0.1" ,
4140 "pretty-bytes" : " ^5.3.0" ,
4241 "rollup" : " ^4.53.3" ,
4342 "source-map" : " ^0.8.0-beta.0" ,
4443 "stringify-object" : " ^3.3.0" ,
4544 "strip-comments" : " ^2.0.1" ,
4645 "tempy" : " ^0.6.0" ,
46+ "tinyglobby" : " ^0.2.16" ,
4747 "upath" : " ^1.2.0" ,
4848 "workbox-background-sync" : " 7.4.0" ,
4949 "workbox-broadcast-update" : " 7.4.0" ,
Original file line number Diff line number Diff line change 3333 "chokidar" : " ^3.6.0" ,
3434 "common-tags" : " ^1.8.0" ,
3535 "fs-extra" : " ^9.0.1" ,
36- "glob" : " ^11.0.1" ,
3736 "inquirer" : " ^7.3.3" ,
3837 "meow" : " ^7.1.0" ,
3938 "ora" : " ^5.0.0" ,
4039 "pretty-bytes" : " ^5.3.0" ,
4140 "stringify-object" : " ^3.3.0" ,
41+ "tinyglobby" : " ^0.2.16" ,
4242 "upath" : " ^1.2.0" ,
4343 "update-notifier" : " ^7.3.1" ,
4444 "workbox-build" : " 7.4.0"
Original file line number Diff line number Diff line change 99import assert from 'assert' ;
1010import { Answers } from 'inquirer' ;
1111import inquirer from 'inquirer' ;
12- import { glob } from 'glob ' ;
12+ import { glob } from 'tinyglobby ' ;
1313import ora from 'ora' ;
1414import upath from 'upath' ;
1515
Original file line number Diff line number Diff line change 88
99import assert from 'assert' ;
1010import fse from 'fs-extra' ;
11- import { glob } from 'glob ' ;
11+ import { glob } from 'tinyglobby ' ;
1212import inquirer from 'inquirer' ;
1313import { oneLine as ol } from 'common-tags' ;
1414
You can’t perform that action at this time.
0 commit comments