Skip to content

Commit

Permalink
feat: Added concurrency limit in markdown files processing to improve…
Browse files Browse the repository at this point in the history
… performance
  • Loading branch information
Aditya0733 committed Dec 16, 2024
1 parent 11d46e4 commit ce0e986
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 262 deletions.
176 changes: 155 additions & 21 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"next-mdx-remote": "^4.4.1",
"node-fetch": "^3.3.2",
"node-fetch-2": "npm:node-fetch@^2.7.0",
"p-limit": "^6.1.0",
"postcss": "^8.4.35",
"prettier": "^3.3.3",
"react": "^18",
Expand Down Expand Up @@ -151,13 +152,13 @@
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"eslint-plugin-unused-imports": "^3.1.0",
"fast-xml-parser": "^4.5.0",
"inquirer": "^9.2.14",
"jest": "^29.7.0",
"postcss-import": "^16.0.1",
"remark-cli": "^12.0.1",
"remark-lint": "^10.0.0",
"remark-mdx": "^3.0.1",
"storybook": "^8.2.4",
"fast-xml-parser": "^4.5.0"
"storybook": "^8.2.4"
}
}
Loading

0 comments on commit ce0e986

Please sign in to comment.