Update dependencies

This commit is contained in:
2026-01-07 14:06:46 -05:00
parent 8b5efb0879
commit 0031e1c9e7
50 changed files with 1031 additions and 1119 deletions

View File

@@ -10,38 +10,38 @@
"preview": "vite preview"
},
"dependencies": {
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.17",
"@fullcalendar/interaction": "^6.1.17",
"@fullcalendar/react": "^6.1.17",
"@tailwindcss/vite": "^4.1.7",
"@tanstack/react-query": "^5.77.0",
"@types/node": "^22.15.21",
"axios": "^1.9.0",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/react": "^6.1.19",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.12",
"@types/node": "^25.0.3",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"eslint-plugin-react": "^7.37.5",
"moment": "^2.30.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-joyride": "^3.0.0-7",
"react-router": "^7.6.1",
"react-tooltip": "^5.28.1",
"tailwindcss": "^4.1.7",
"use-debounce": "^10.0.4",
"zod": "^3.25.28"
"react-router": "^7.11.0",
"react-tooltip": "^5.30.0",
"tailwindcss": "^4.1.18",
"use-debounce": "^10.0.6",
"zod": "^4.2.1"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.5.0",
"eslint": "^9.27.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5"
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.0",
"vite": "^7.3.0"
}
}