Skip to content

Commit

Permalink
Merge pull request #47 from PyreStudios/update-doc-site
Browse files Browse the repository at this point in the history
security fixes for the docs site
  • Loading branch information
bradcypert committed Oct 8, 2023
2 parents 4b20695 + 3516167 commit 3e1ddb6
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 222 deletions.
14 changes: 7 additions & 7 deletions doc/site/package.json
Expand Up @@ -14,13 +14,13 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.0.1",
"@docusaurus/preset-classic": "^2.0.1",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@mdx-js/react": "^2.3.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 3e1ddb6

Please sign in to comment.