Skip to content

Commit

Permalink
fix: fix nanoid deps (#1651)
Browse files Browse the repository at this point in the history
Because

- fix nanoid deps

This commit

- fix nanoid deps
  • Loading branch information
EiffelFly authored Dec 12, 2024
1 parent 1346954 commit fecc379
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"path-to-regexp": "^6.3.0",
"cookie": "^0.7.1",
"markdown-to-jsx": "^7.4.0",
"webpack": "^5.94.0"
"webpack": "^5.94.0",
"nanoid": "^3.3.8"
}
},
"lint-staged": {
Expand Down
22 changes: 8 additions & 14 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 fecc379

Please sign in to comment.