diff --git a/.syncpackrc.mjs b/.syncpackrc.mjs index cab2e497..c46f7398 100644 --- a/.syncpackrc.mjs +++ b/.syncpackrc.mjs @@ -9,7 +9,7 @@ const config = { lintFormatting: false, semverGroups: [ { - dependencies: ['@typescript-eslint/typescript-estree'], + dependencies: ['@typescript-eslint/typescript-estree', 'nanoid*'], isIgnored: true, }, { diff --git a/package.json b/package.json index 4d5b7fac..569ec5f6 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "overrides": { "@typescript-eslint/typescript-estree": "^8.16.0", "micromatch": "4.0.8", - "nanoid": "3.3.8" + "nanoid@^3.0.0": "^3.3.8" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 10a0a78d..25db66c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ settings: overrides: '@typescript-eslint/typescript-estree': ^8.16.0 micromatch: 4.0.8 - nanoid: 3.3.8 + nanoid@^3.0.0: ^3.3.8 patchedDependencies: '@semantic-release/commit-analyzer@13.0.0':