diff --git a/package-lock.json b/package-lock.json index 723da9b..910f9fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19995,10 +19995,9 @@ } }, "node_modules/react-virtuoso": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.12.0.tgz", - "integrity": "sha512-oHrKlU7xHsrnBQ89ecZoMPAK0tHnI9s1hsFW3KKg5ZGeZ5SWvbGhg/QFJFY4XETAzoCUeu+Xaxn1OUb/PGtPlA==", - "license": "MIT", + "version": "4.12.3", + "resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.12.3.tgz", + "integrity": "sha512-6X1p/sU7hecmjDZMAwN+r3go9EVjofKhwkUbVlL8lXhBZecPv9XVCkZ/kBPYOr0Mv0Vl5+Ziwgexg9Kh7+NNXQ==", "engines": { "node": ">=10" }, @@ -23784,7 +23783,7 @@ "jsoncrush": "^1.1.8", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-virtuoso": "^4.7.10", + "react-virtuoso": "^4.12.3", "swr": "^2.2.5" }, "devDependencies": { @@ -24286,6 +24285,11 @@ "dependencies": { "@axa-fr/react-oidc": "^7.22.6", "@dirac-grid/diracx-web-components": "0.1.0-a3", + "@mui/icons-material": "^6.1.6", + "@mui/material": "^6.1.6", + "@mui/utils": "^6.1.6", + "@mui/x-date-pickers": "^7.14.0", + "@tanstack/react-table": "^8.20.5", "autoprefixer": "10.4.19", "next": "15.0.2", "react": "^18", diff --git a/packages/diracx-web-components/package.json b/packages/diracx-web-components/package.json index f034be1..a5b3759 100644 --- a/packages/diracx-web-components/package.json +++ b/packages/diracx-web-components/package.json @@ -38,7 +38,7 @@ "jsoncrush": "^1.1.8", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-virtuoso": "^4.7.10", + "react-virtuoso": "^4.12.3", "swr": "^2.2.5" }, "devDependencies": {