Se actualizaron las depencencias

This commit is contained in:
evenegas
2026-08-02 22:09:30 -06:00
parent 12d4031281
commit 18e22da9e8
3 changed files with 402 additions and 396 deletions
+387 -381
View File
File diff suppressed because it is too large Load Diff
+14 -14
View File
@@ -9,24 +9,24 @@
"lint": "next lint"
},
"dependencies": {
"axios": "^1.9.0",
"bootstrap": "^5.3.6",
"axios": "^1.19.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"framer-motion": "^12.18.1",
"framer-motion": "^12.43.0",
"jwt-decode": "^4.0.0",
"next": "^16.0.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"next": "^16.2.12",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/bootstrap": "^5.2.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"sass": "^1.32.13",
"tailwindcss": "^4.1.12",
"typescript": "^5"
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"autoprefixer": "^10.5.4",
"postcss": "^8.5.25",
"sass": "^1.102.0",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3"
}
}
+1 -1
View File
@@ -15,7 +15,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{