feat: update package-lock.json to include it in .gitignore and upgrade react-router to version ^7.17.0

This commit is contained in:
Jaime Idolpx 2026-06-06 23:15:42 -04:00
parent 686f0795d0
commit c2cb541257
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
?archives/*
dist/*
node_modules/*
package-lock.json

View File

@ -56,7 +56,7 @@
"react-popper": "2.3.0",
"react-resizable-panels": "2.1.7",
"react-responsive-masonry": "2.7.1",
"react-router": "7.13.0",
"react-router": "^7.17.0",
"react-slick": "0.31.0",
"recharts": "2.15.2",
"sonner": "2.0.3",