Skip to content

Commit

Permalink
deps: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosszzz committed Sep 10, 2024
1 parent 9ec51f1 commit 662835c
Show file tree
Hide file tree
Showing 7 changed files with 424 additions and 258 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"critters": "0.0.22",
"eslint": "9.2.0",
"eslint-config-next": "14.2.3",
"next": "14.2.3",
"postcss": "8.4.38",
"autoprefixer": "10.4.20",
"critters": "0.0.24",
"eslint": "9.10.0",
"eslint-config-next": "14.2.9",
"next": "14.2.9",
"postcss": "8.4.45",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
"tailwindcss": "3.4.10",
"typescript": "5.6.2"
}
}
649 changes: 413 additions & 236 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Button from "../components/Button";
import { Card } from "../components/Card";
import Icon from "../components/Icon";
import Link from "next/link";

const tech = {
Frontend: [
{
Expand Down
2 changes: 0 additions & 2 deletions src/app/components/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Link from "next/link";

export function Card({ className, button, titleUrl, cardUrl, title, description, icon, children }: { className?: string, button?: React.ReactNode, titleUrl?: string, cardUrl?: string, title: string, description?: string | React.ReactNode, icon?: React.ReactNode, children?: React.ReactNode }): JSX.Element {
return (
<div className={`${className} px-4 py-4 rounded-lg shadow bg-primary`}>
Expand Down
2 changes: 0 additions & 2 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Button from "../components/Button";
import Icon from "../components/Icon";
import { padding } from "../styles";
import Link from "next/link";

const contactData = [
{
Expand Down
1 change: 0 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Image from "next/image";
import Icon from "./components/Icon";
import Button from "./components/Button";
import Link from "next/link";
Expand Down
7 changes: 0 additions & 7 deletions src/app/styles.tsx

This file was deleted.

0 comments on commit 662835c

Please sign in to comment.