Skip to content

Commit

Permalink
upgrade: upgrade all deps to latest (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen authored Jun 24, 2024
1 parent 6cb010a commit b1035a3
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 99 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<a href="https://gautier-darchen.vercel.app/">gautier-darchen.vercel.app</a>
</h1>
<p align="center">
Source of my website <a href="https://gautier-darchen.vercel.app/" target="_blank">gautier-darchen.vercel.app</a> built with <a href="https://nextjs.org/" target="_blank">Nextjs</a> and hosted with <a href="https://vercel.com/" target="_blank">Vercel</a>
Source of my website <a href="https://gautier-darchen.vercel.app/" target="_blank">gautier-darchen.vercel.app</a> built with <a href="https://nextjs.org/" target="_blank">Next</a> and hosted with <a href="https://vercel.com/" target="_blank">Vercel</a>
</p>

<!-- TODO: renovate, upgrade packages -->
<!-- TODO: renovate -->

<div align="center">

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vercel/analytics": "^1.3.1",
"aos": "^2.3.4",
"clsx": "^2.1.1",
"framer-motion": "^4.1.17",
"framer-motion": "^11.2.11",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -32,22 +32,22 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/aos": "^3.0.7",
"@types/node": "^18.0.6",
"@types/node": "^20.14.8",
"@types/react": "^18.0.15",
"@typescript-eslint/parser": "^7.13.1",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tailwindcss": "3.17.0",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-unused-imports": "^4.0.0",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwind-scrollbar": "^1.3.1",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
},
Expand Down
131 changes: 53 additions & 78 deletions pnpm-lock.yaml

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

Loading

0 comments on commit b1035a3

Please sign in to comment.