Update docs and dependencies

Improved descriptions in README and blog posts, removed outdated info from pull-model API docs, and updated several npm dependencies in package.json and package-lock.json for better compatibility and security.
This commit is contained in:
amithkoujalgi
2025-08-31 19:59:29 +05:30
parent 4eefb81a0b
commit a3ebe6c992
6 changed files with 464 additions and 247 deletions

View File

@@ -15,10 +15,10 @@
},
"dependencies": {
"@docsearch/js": "^3.9.0",
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-google-gtag": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-mermaid": "^3.4.0",
"@docusaurus/core": "^3.8.1",
"@docusaurus/plugin-google-gtag": "^3.8.1",
"@docusaurus/preset-classic": "^3.8.1",
"@docusaurus/theme-mermaid": "^3.8.1",
"@iconify/react": "^5.2.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
@@ -30,7 +30,7 @@
"react-image-gallery": "^1.4.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/module-type-aliases": "^3.8.1",
"@docusaurus/types": "^3.4.0"
},
"browserslist": {