Skip to content

Commit 23b27a7

Browse files
committed
Update packages Data.jsx
1 parent 5173626 commit 23b27a7

File tree

3 files changed

+57
-45
lines changed

3 files changed

+57
-45
lines changed

App/package-lock.json

Lines changed: 54 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

App/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"homepage": "https://github.com/FJrodafo/Portfolio#readme",
6464
"dependencies": {
65-
"next": "^15.5.7",
65+
"next": "^16.1.6",
6666
"react": "^19.0.0",
6767
"react-dom": "^19.0.0",
6868
"resend": "^6.6.0",

App/src/components/sections/projects/Data.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ const projectsData = [
5656
imageLight: '/images/package/npm/light.png',
5757
imageDark: '/images/package/npm/dark.png',
5858
link: 'https://www.npmjs.com/package/@fjrodafo/port-finder',
59-
title: 'port-finder',
60-
repository: 'https://github.com/FJrodafo/port-finder/pkgs/npm/port-finder',
59+
title: 'PortFinder',
60+
repository: 'https://github.com/FJrodafo/PortFinder/pkgs/npm/port-finder',
6161
},
6262
{
6363
id: 6,

0 commit comments

Comments
 (0)