Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit a92d7c9

Browse files
author
Boris Cherny
committed
cleanup: downgrade glob version to avoid peerDependency warning
1 parent e82df8e commit a92d7c9

File tree

2 files changed

+8
-21
lines changed

2 files changed

+8
-21
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/prettier": "^2.6.1",
5353
"cli-color": "^2.0.2",
5454
"get-stdin": "^8.0.0",
55-
"glob": "^8.0.3",
55+
"glob": "^7.1.6",
5656
"glob-promise": "^4.2.2",
5757
"is-glob": "^4.0.3",
5858
"lodash": "^4.17.21",

yarn.lock

+7-20
Original file line numberDiff line numberDiff line change
@@ -523,13 +523,6 @@ brace-expansion@^1.1.7:
523523
balanced-match "^1.0.0"
524524
concat-map "0.0.1"
525525

526-
brace-expansion@^2.0.1:
527-
version "2.0.1"
528-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
529-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
530-
dependencies:
531-
balanced-match "^1.0.0"
532-
533526
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
534527
version "3.0.2"
535528
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1696,16 +1689,17 @@ glob@^7.0.0, glob@^7.1.0, glob@^7.1.3:
16961689
once "^1.3.0"
16971690
path-is-absolute "^1.0.0"
16981691

1699-
glob@^8.0.3:
1700-
version "8.0.3"
1701-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
1702-
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
1692+
glob@^7.1.6:
1693+
version "7.2.3"
1694+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
1695+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
17031696
dependencies:
17041697
fs.realpath "^1.0.0"
17051698
inflight "^1.0.4"
17061699
inherits "2"
1707-
minimatch "^5.0.1"
1700+
minimatch "^3.1.1"
17081701
once "^1.3.0"
1702+
path-is-absolute "^1.0.0"
17091703

17101704
globals@^13.6.0, globals@^13.9.0:
17111705
version "13.15.0"
@@ -2292,20 +2286,13 @@ minimatch@^3.0.4:
22922286
dependencies:
22932287
brace-expansion "^1.1.7"
22942288

2295-
minimatch@^3.1.2:
2289+
minimatch@^3.1.1, minimatch@^3.1.2:
22962290
version "3.1.2"
22972291
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
22982292
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
22992293
dependencies:
23002294
brace-expansion "^1.1.7"
23012295

2302-
minimatch@^5.0.1:
2303-
version "5.0.1"
2304-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
2305-
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
2306-
dependencies:
2307-
brace-expansion "^2.0.1"
2308-
23092296
minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.3:
23102297
version "1.2.5"
23112298
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"

0 commit comments

Comments
 (0)