Skip to content

Commit

Permalink
♻️ (deps) nanoid@^3 [skip ci] (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz authored Dec 10, 2024
1 parent ff40811 commit 607d0e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .syncpackrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
lintFormatting: false,
semverGroups: [
{
dependencies: ['@typescript-eslint/typescript-estree'],
dependencies: ['@typescript-eslint/typescript-estree', 'nanoid*'],
isIgnored: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 607d0e0

Please sign in to comment.