Skip to content

Commit

Permalink
fix: Replace shortid package with nanoid package (#2025)
Browse files Browse the repository at this point in the history
Resolves #1922

Changes Implemented:
- Replaced shortid with nanoid, given that shortid is deprecated (Reran
all tests to ensure that functionality upholds)

Info on Nanoid: https://github.com/ai/nanoid/blob/main/README.md
  • Loading branch information
AkshatJawne authored May 23, 2024
1 parent 236a10e commit 30d9d3c
Show file tree
Hide file tree
Showing 48 changed files with 367 additions and 700 deletions.
1 change: 1 addition & 0 deletions jest.config.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const nodeModulesToTransform = [
'rehype.*',
'web-namespaces',
'hastscript',
'nanoid',
];

module.exports = {
Expand Down
Loading

0 comments on commit 30d9d3c

Please sign in to comment.