Skip to content

Commit

Permalink
Merge branch 'main' into renovate/nextjs-bundle-analysis-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
d-bytebase authored Dec 16, 2023
2 parents dc199ff + 9e7068c commit 7873150
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 247 deletions.
2 changes: 1 addition & 1 deletion data/dbInstance.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Footer: React.FC = () => {
className="flex flex-row text-sm leading-8 underline text-blue-700 hover:opacity-80"
>
<img className="h-6 mt-1 mr-2" src="/mysql-vs-pg.webp" alt="mysql vs pg"/>
<a href="https://www.mysql-vs-postgresql.com/" target="_blank"
<a href="https://www.mysql-vs-postgres.com/" target="_blank"
>MySQL or PG</a
>
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"autoprefixer": "^10.4.7",
"eslint": "8.50.0",
"eslint-config-next": "13.4.19",
"eslint": "8.56.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^8.5.0",
"next-sitemap": "^3.1.29",
"postcss": "^8.4.14",
Expand Down
Loading

0 comments on commit 7873150

Please sign in to comment.