Skip to content

Commit

Permalink
feat: moved to rust based compiler speedy web compiler to become atle…
Browse files Browse the repository at this point in the history
…ast 20x faster while building and deploying locally/server
  • Loading branch information
JayGhiya committed Jan 23, 2025
1 parent 9755836 commit 13c1767
Show file tree
Hide file tree
Showing 2 changed files with 2,073 additions and 507 deletions.
12 changes: 6 additions & 6 deletions code-confluence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.0",
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"emailjs-com": "^3.2.0",
"docusaurus-plugin-image-zoom": "^2.0.0",
"emailjs-com": "^3.2.0",
"flexsearch": "^0.7.43",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/types": "^3.5.2"
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/types": "^3.7.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 13c1767

Please sign in to comment.