Skip to content

Commit

Permalink
chore(website): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Dec 11, 2024
1 parent 0a9b18d commit c147092
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 1,992 deletions.
22 changes: 11 additions & 11 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.6.2",
"@docusaurus/preset-classic": "3.6.2",
"@docusaurus/remark-plugin-npm2yarn": "^3.6.2",
"@docusaurus/core": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@docusaurus/remark-plugin-npm2yarn": "^3.6.3",
"@mdx-js/react": "^3.1.0",
"acorn": "8.14.0",
"clsx": "^2.1.1",
"lucide-react": "^0.460.0",
"lucide-react": "^0.468.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.2",
"@docusaurus/tsconfig": "^3.6.2",
"@docusaurus/types": "^3.6.2",
"@docusaurus/module-type-aliases": "3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/types": "^3.6.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-nested": "^7.0.2",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.16",
"tailwindcss-bg-patterns": "^0.3.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit c147092

Please sign in to comment.