Skip to content

Commit

Permalink
chore: update Dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
No1ceTea committed Oct 7, 2024
1 parent b008930 commit 6b4f9be
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
100 changes: 50 additions & 50 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@tailwindcss/typography": "^0.5.15",
"@types/lodash.kebabcase": "^4.1.9",
"@types/react": "^18.3.11",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/parser": "^8.8.1",
"astro-eslint-parser": "^1.0.3",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -50,7 +50,7 @@
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript-eslint": "^8.8.0"
"typescript-eslint": "^8.8.1"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const { activeNav } = Astro.props;
href="/submitreview/"
class={activeNav === "submitreview" ? "active" : ""}
>
Submit review
Review
</a>
</li>
{
Expand Down

1 comment on commit 6b4f9be

@vercel
Copy link

@vercel vercel bot commented on 6b4f9be Oct 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.