Skip to content

Commit 0cb79f6

Browse files
committed
chore: migrate to tinyglobby
1 parent 8e6df29 commit 0cb79f6

6 files changed

Lines changed: 16154 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
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",

packages/workbox-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
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",

packages/workbox-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
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"

packages/workbox-cli/src/lib/questions/ask-extensions-to-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import assert from 'assert';
1010
import {Answers} from 'inquirer';
1111
import inquirer from 'inquirer';
12-
import {glob} from 'glob';
12+
import {glob} from 'tinyglobby';
1313
import ora from 'ora';
1414
import upath from 'upath';
1515

packages/workbox-cli/src/lib/questions/ask-root-of-web-app.ts

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

99
import assert from 'assert';
1010
import fse from 'fs-extra';
11-
import {glob} from 'glob';
11+
import {glob} from 'tinyglobby';
1212
import inquirer from 'inquirer';
1313
import {oneLine as ol} from 'common-tags';
1414

0 commit comments

Comments
 (0)