Skip to content

Commit

Permalink
chore(website): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkiesel committed Oct 29, 2024
1 parent 765d5cb commit e9f7f4a
Show file tree
Hide file tree
Showing 2 changed files with 2,340 additions and 2,499 deletions.
24 changes: 12 additions & 12 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "3.0.0",
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "3.1.0",
"@monaco-editor/react": "4.6.0",
"lz-string": "1.5.0",
"prettier": "3.2.5",
"prettier": "3.3.3",
"prettier-plugin-java": "file:./../packages/prettier-plugin-java/dist",
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"prism-react-renderer": "2.4.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/types": "3.1.1",
"@types/react": "18.2.48",
"typescript": "5.3.3"
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"@types/react": "18.3.12",
"typescript": "5.6.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit e9f7f4a

Please sign in to comment.