Skip to content

Commit

Permalink
Merge pull request #56 from bernardoforcillo/dev
Browse files Browse the repository at this point in the history
feat: added social icons to homepage
  • Loading branch information
bernardoforcillo authored Nov 5, 2024
2 parents 44adef8 + 464c0f1 commit 8163516
Show file tree
Hide file tree
Showing 6 changed files with 265 additions and 195 deletions.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NextConfig } from "next";
import { NextConfig } from 'next';

const nextConfig: NextConfig = {
output: 'standalone',
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
},
"dependencies": {
"clsx": "^2.1.1",
"next": "^15.0.1",
"next": "^15.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^22.7.9",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.1",
"eslint-config-next": "^15.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
Expand All @@ -54,5 +54,5 @@
"> 0.1% and last 2 versions and not dead",
"maintained node versions"
],
"packageManager": "pnpm@9.12.2"
"packageManager": "pnpm@9.12.3"
}
Loading

0 comments on commit 8163516

Please sign in to comment.