Skip to content

Commit 30d9d3c

Browse files
authored
fix: Replace shortid package with nanoid package (#2025)
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
1 parent 236a10e commit 30d9d3c

48 files changed

Lines changed: 367 additions & 700 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

jest.config.base.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const nodeModulesToTransform = [
3333
'rehype.*',
3434
'web-namespaces',
3535
'hastscript',
36+
'nanoid',
3637
];
3738

3839
module.exports = {

0 commit comments

Comments
 (0)