Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanMorel committed Oct 17, 2023
1 parent c3063fe commit 1958616
Show file tree
Hide file tree
Showing 7 changed files with 339 additions and 350 deletions.
2 changes: 1 addition & 1 deletion app/resume/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default async function ResumePage(): Promise<ReactElement> {

return (
<div className="bg-slate-50 lg:min-h-[100vh] lg:pt-20">
<div className="mx-auto box-border w-full border border-slate-200 bg-white px-4 py-4 print:border-0 lg:h-[1056px] lg:w-[816px] lg:px-12 lg:py-6">
<div className="mx-auto box-border w-full border border-slate-200 bg-white p-4 print:border-0 lg:h-[1056px] lg:w-[816px] lg:px-12 lg:py-6">
<div className="mb-4 inline-flex w-full flex-wrap justify-center space-x-4 text-sm">
{resume.links.map(link => (
<a key={link.name} className="hover:underline" href={link.url}>
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"turbo": "next dev -p 8080 --turbo",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint && eslint",
"lint": "next lint",
"ts:check": "tsc --noEmit"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@types/mime-types": "^2.1.2",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"jotai": "^2.4.3",
"mime-types": "^2.1.35",
"next": "^13.5.2",
"next": "^13.5.5",
"nextjs-google-analytics": "^2.3.3",
"picocolors": "^1.0.0",
"postcss": "^8.4.31",
Expand All @@ -44,22 +44,22 @@
"typescript": "^5.2.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@next/eslint-plugin-next": "^13.5.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@next/eslint-plugin-next": "^13.5.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^13.5.5",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5"
"prettier-plugin-tailwindcss": "^0.5.6"
}
}
Loading

0 comments on commit 1958616

Please sign in to comment.