Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KrustyC committed Feb 5, 2024
1 parent 3815e2a commit 59dae9c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@contentful/rich-text-react-renderer": "^15.19.4",
"@next/third-parties": "^14.1.0",
"@prisma/client": "^5.9.1",
"@vercel/analytics": "^1.1.2",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"classnames": "^2.5.1",
"contentful": "^10.6.21",
Expand All @@ -44,15 +44,15 @@
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/typescript": "^4.0.1",
"@types/node": "^20.11.13",
"@types/react": "^18.2.53",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.33",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
Expand Down
1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export default function RootLayout({ children }: Props) {
<Script
id="website-json-ld"
type="application/ld+json"
strategy="beforeInteractive"
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}
/>
</head>
Expand Down
1 change: 1 addition & 0 deletions src/components/Project/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const Project: React.FC<ProjectProps> = ({ project }) => {
<div className="relative w-full aspect-square md:aspect-video rounded-3xl bg-slate-300">
<Image
fill
priority
className="z-1 rounded-3xl"
alt={project.mainImage?.description || ""}
src={project.mainImage?.url || ""}
Expand Down

0 comments on commit 59dae9c

Please sign in to comment.