Skip to content

Commit

Permalink
Update website lib versions (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmarjanovic authored Dec 16, 2024
1 parent 8162f7f commit 7c21d9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"publish-gh-pages": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "^3.5.1",
"@docusaurus/preset-classic": "^3.5.1",
"@mdx-js/react": "^3.0.1",
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"prism-react-renderer": "^2.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.5.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
"@docusaurus/module-type-aliases": "^3.6.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 7c21d9f

Please sign in to comment.