Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 11, 2024
1 parent 99abdee commit 4677102
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 73 deletions.
114 changes: 46 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabbitmq-website",
"version": "0.0.0",
"version": "4.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -18,10 +18,10 @@
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"prism-react-renderer": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"path-to-regexp": ">=8.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4677102

Please sign in to comment.