From ee14fe3e5f8c24c066670e23f892a4a694556d61 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 31 Aug 2023 15:56:32 +0200 Subject: chore(deps): downgrade to @mui/x-data-grid 6.10.0 Versions 6.10.1 use eval, which causes problems with CSP and minification: https://github.com/mui/mui-x/issues/9771 https://github.com/mui/mui-x/issues/10056 --- subprojects/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/package.json') diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json index 647b9a31..147edbe0 100644 --- a/subprojects/frontend/package.json +++ b/subprojects/frontend/package.json @@ -47,7 +47,7 @@ "@mui/icons-material": "5.14.7", "@mui/material": "5.14.7", "@mui/system": "^5.14.7", - "@mui/x-data-grid": "^6.12.0", + "@mui/x-data-grid": "^6.10.0 <6.10.1", "ansi-styles": "^6.2.1", "csstype": "^3.1.2", "d3": "^7.8.5", -- cgit v1.2.3-54-g00ecf