Skip to content

Commit

Permalink
update to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
royrusso committed Oct 24, 2024
1 parent 3dd73b1 commit 5d99cf7
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 201 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/types": "^3.4.0"
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/types": "^3.5.2"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions src/pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Hello() {
</p>
</div>
<div class="container">
<div class="project-alt">
{/* <div class="project-alt">
<h2>Qronos</h2>
<p>
Qronos is a self-hosted application for running and monitoring
Expand All @@ -47,7 +47,7 @@ export default function Hello() {
<img src="https://img.shields.io/github/stars/Saasassin/qronos.svg?label=Github Stars"></img>
&nbsp;
<img src="https://img.shields.io/github/forks/Saasassin/qronos.svg?label=Github Forks"></img>
</div>
</div> */}
<div class="project-alt">
<h2>Nitro IQ</h2>
<p>
Expand Down
Loading

0 comments on commit 5d99cf7

Please sign in to comment.