Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: William So <[email protected]>
  • Loading branch information
polyipseity committed Dec 22, 2024
1 parent 9aae9c1 commit 325aed1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@
},
"overrides": {
"@aidenlx/esbuild-plugin-inline-worker": {
"nanoid": "^5.0.9"
"nanoid": "^3.3.8"
}
},
"pnpm": {
"overrides": {
"@aidenlx/esbuild-plugin-inline-worker>nanoid": "^5.0.9"
"@aidenlx/esbuild-plugin-inline-worker>nanoid": "^3.3.8"
}
},
"private": true,
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 325aed1

Please sign in to comment.