Skip to content

Commit 7ff4399

Browse files
committed
chore: Create and use new sortable deps
1 parent 8c6ea4d commit 7ff4399

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"mdast-util-inject": "^1.1.0",
5151
"micromatch": "^3.1.5",
5252
"mime": "^2.2.0",
53-
"module-deps-sortable": "4.0.6",
53+
"module-deps-sortable": "5.0.0",
5454
"parse-filepath": "^1.0.2",
5555
"pify": "^4.0.0",
5656
"read-pkg-up": "^4.0.0",

yarn.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,10 @@ cache-base@^1.0.1:
13451345
union-value "^1.0.0"
13461346
unset-value "^1.0.0"
13471347

1348+
cached-path-relative@^1.0.0:
1349+
version "1.0.1"
1350+
resolved "https://registry.yarnpkg.com/cached-path-relative/-/cached-path-relative-1.0.1.tgz#d09c4b52800aa4c078e2dd81a869aac90d2e54e7"
1351+
13481352
caching-transform@^1.0.0:
13491353
version "1.0.1"
13501354
resolved "https://registry.yarnpkg.com/caching-transform/-/caching-transform-1.0.1.tgz#6dbdb2f20f8d8fbce79f3e94e9d1742dcdf5c0a1"
@@ -4409,18 +4413,18 @@ modify-values@^1.0.0:
44094413
version "1.0.1"
44104414
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
44114415

4412-
module-deps-sortable@4.0.6:
4413-
version "4.0.6"
4414-
resolved "https://registry.yarnpkg.com/module-deps-sortable/-/module-deps-sortable-4.0.6.tgz#1251a4ba2c44a92df6989bd029da121a4f2109b0"
4416+
module-deps-sortable@5.0.0:
4417+
version "5.0.0"
4418+
resolved "https://registry.yarnpkg.com/module-deps-sortable/-/module-deps-sortable-5.0.0.tgz#99db5bb08f7eab55e4c31f6b7c722c6a2144ba74"
44154419
dependencies:
44164420
JSONStream "^1.0.3"
44174421
browser-resolve "^1.7.0"
4422+
cached-path-relative "^1.0.0"
44184423
concat-stream "~1.5.0"
44194424
defined "^1.0.0"
44204425
detective "^4.0.0"
44214426
duplexer2 "^0.1.2"
44224427
inherits "^2.0.1"
4423-
parents "^1.0.0"
44244428
readable-stream "^2.0.2"
44254429
resolve "^1.1.3"
44264430
stream-combiner2 "^1.1.1"
@@ -4818,12 +4822,6 @@ p-try@^2.0.0:
48184822
version "2.0.0"
48194823
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1"
48204824

4821-
parents@^1.0.0:
4822-
version "1.0.1"
4823-
resolved "https://registry.yarnpkg.com/parents/-/parents-1.0.1.tgz#fedd4d2bf193a77745fe71e371d73c3307d9c751"
4824-
dependencies:
4825-
path-platform "~0.11.15"
4826-
48274825
parse-entities@^1.0.2, parse-entities@^1.1.0:
48284826
version "1.1.2"
48294827
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.1.2.tgz#9eaf719b29dc3bd62246b4332009072e01527777"
@@ -4920,10 +4918,6 @@ path-parse@^1.0.5:
49204918
version "1.0.6"
49214919
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
49224920

4923-
path-platform@~0.11.15:
4924-
version "0.11.15"
4925-
resolved "https://registry.yarnpkg.com/path-platform/-/path-platform-0.11.15.tgz#e864217f74c36850f0852b78dc7bf7d4a5721bf2"
4926-
49274921
path-root-regex@^0.1.0:
49284922
version "0.1.2"
49294923
resolved "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d"

0 commit comments

Comments
 (0)