aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-31 15:56:32 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-31 16:00:15 +0200
commitee14fe3e5f8c24c066670e23f892a4a694556d61 (patch)
tree4bd1aad6a75407e31bea40ba595b1e75f4745578 /subprojects/frontend/package.json
parentrefactor(frontend): secondary pane switch shortcut (diff)
downloadrefinery-ee14fe3e5f8c24c066670e23f892a4a694556d61.tar.gz
refinery-ee14fe3e5f8c24c066670e23f892a4a694556d61.tar.zst
refinery-ee14fe3e5f8c24c066670e23f892a4a694556d61.zip
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
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json2
1 files changed, 1 insertions, 1 deletions
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 @@
47 "@mui/icons-material": "5.14.7", 47 "@mui/icons-material": "5.14.7",
48 "@mui/material": "5.14.7", 48 "@mui/material": "5.14.7",
49 "@mui/system": "^5.14.7", 49 "@mui/system": "^5.14.7",
50 "@mui/x-data-grid": "^6.12.0", 50 "@mui/x-data-grid": "^6.10.0 <6.10.1",
51 "ansi-styles": "^6.2.1", 51 "ansi-styles": "^6.2.1",
52 "csstype": "^3.1.2", 52 "csstype": "^3.1.2",
53 "d3": "^7.8.5", 53 "d3": "^7.8.5",