Actualización de paquetes

This commit is contained in:
David Arranz 2024-08-11 13:09:24 +02:00
parent 11308d8eac
commit 738a30d7fa

View File

@ -42,34 +42,34 @@
"@radix-ui/react-toggle": "^1.0.3", "@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4", "@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7", "@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.39.0", "@tanstack/react-query": "^5.51.23",
"@tanstack/react-table": "^8.17.3", "@tanstack/react-table": "^8.20.1",
"axios": "^1.7.2", "axios": "^1.7.3",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"cmdk": "^1.0.0", "cmdk": "^1.0.0",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"i18next": "^23.11.5", "i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0", "i18next-browser-languagedetector": "^8.0.0",
"joi": "^17.13.1", "joi": "^17.13.1",
"lucide-react": "^0.408.0", "lucide-react": "^0.427.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1", "react-beautiful-dnd": "^13.1.1",
"react-currency-input-field": "^3.8.0", "react-currency-input-field": "^3.8.0",
"react-day-picker": "^8.10.1", "react-day-picker": "^8.10.1",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "^7.52.1", "react-hook-form": "^7.52.2",
"react-hook-form-persist": "^2.1.0", "react-hook-form-persist": "^3.0.0",
"react-i18next": "^14.1.2", "react-i18next": "^15.0.1",
"react-resizable-panels": "^2.0.19", "react-resizable-panels": "^2.0.23",
"react-router-dom": "^6.23.1", "react-router-dom": "^6.26.0",
"react-secure-storage": "^1.3.2", "react-secure-storage": "^1.3.2",
"react-toastify": "^10.0.5", "react-toastify": "^10.0.5",
"react-wrap-balancer": "^1.1.1", "react-wrap-balancer": "^1.1.1",
"recharts": "^2.12.7" "recharts": "^2.12.7"
}, },
"devDependencies": { "devDependencies": {
"@tanstack/react-query-devtools": "^5.39.0", "@tanstack/react-query-devtools": "^5.51.23",
"@testing-library/jest-dom": "^6.4.6", "@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0", "@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1", "@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
@ -79,7 +79,7 @@
"@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0", "@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.20",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
@ -87,13 +87,13 @@
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0", "jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38", "postcss": "^8.4.41",
"postcss-import": "^16.1.0", "postcss-import": "^16.1.0",
"tailwind-merge": "^2.3.0", "tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.9",
"ts-jest": "^29.1.4", "ts-jest": "^29.2.4",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.2.2", "typescript": "^5.5.4",
"vite": "^5.2.12" "vite": "^5.4.0"
} }
} }