diff --git a/packages/core/src/pattern.mjs b/packages/core/src/pattern.mjs index e74dcddefd3..320611aa6cb 100644 --- a/packages/core/src/pattern.mjs +++ b/packages/core/src/pattern.mjs @@ -965,8 +965,6 @@ Pattern.prototype.__resolveConfig = function () { * Resolves parts and their dependencies * * @private - * @param {int} count - The count is used to call itself recursively - * @param {int} distance - Keeps track of how far the dependency is from the pattern * @return {Pattern} this - The Pattern instance */ Pattern.prototype.__resolveParts = function () { diff --git a/yarn.lock b/yarn.lock index fbc7551fec3..b39320158a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12966,7 +12966,7 @@ lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.13.1.tgz#267a81fbd0881327c46a81c5922606a2cfe336c4" integrity sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ== -luxon@3.2.1: +luxon@latest: version "3.2.1" resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.1.tgz#14f1af209188ad61212578ea7e3d518d18cee45f" integrity sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==