Skip to content

Commit

Permalink
chore(deps): downgrade to @mui/x-data-grid 6.10.0
Browse files Browse the repository at this point in the history
Versions 6.10.1 use eval, which causes problems with CSP and minification:

mui/mui-x#9771
mui/mui-x#10056
  • Loading branch information
kris7t committed Aug 31, 2023
1 parent 4ba2271 commit ee14fe3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion subprojects/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.20.7, @babel/runtime@npm:^7.22.10, @babel/runtime@npm:^7.22.11, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
"@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.20.7, @babel/runtime@npm:^7.22.10, @babel/runtime@npm:^7.22.5, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
version: 7.22.11
resolution: "@babel/runtime@npm:7.22.11"
dependencies:
Expand Down Expand Up @@ -2064,7 +2064,7 @@ __metadata:
languageName: node
linkType: hard

"@mui/utils@npm:^5.14.5, @mui/utils@npm:^5.14.7":
"@mui/utils@npm:^5.13.6, @mui/utils@npm:^5.14.7":
version: 5.14.7
resolution: "@mui/utils@npm:5.14.7"
dependencies:
Expand All @@ -2079,21 +2079,21 @@ __metadata:
languageName: node
linkType: hard

"@mui/x-data-grid@npm:^6.12.0":
version: 6.12.0
resolution: "@mui/x-data-grid@npm:6.12.0"
"@mui/x-data-grid@npm:^6.10.0 <6.10.1":
version: 6.10.0
resolution: "@mui/x-data-grid@npm:6.10.0"
dependencies:
"@babel/runtime": "npm:^7.22.11"
"@mui/utils": "npm:^5.14.5"
clsx: "npm:^2.0.0"
"@babel/runtime": "npm:^7.22.5"
"@mui/utils": "npm:^5.13.6"
clsx: "npm:^1.2.1"
prop-types: "npm:^15.8.1"
reselect: "npm:^4.1.8"
peerDependencies:
"@mui/material": ^5.4.1
"@mui/system": ^5.4.1
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
checksum: ecb6dbbe5db4cb38f3552cb2e9a4c60963ffd6fc73548da8ebe4cab7208a893aa6064af553a6691d433ecee1ca8f27c5eac0d375069e55693bf5d58b2a6fc295
checksum: 43151b496d25ec5248dbf2f14977eed7d4df34673660a72e754845ada7f46670195b8d6eed821c12a1b5db202a699a3d31b5bcd2ec393292b7fd76a6fdf0570b
languageName: node
linkType: hard

Expand Down Expand Up @@ -2185,7 +2185,7 @@ __metadata:
"@mui/icons-material": "npm:5.14.7"
"@mui/material": "npm:5.14.7"
"@mui/system": "npm:^5.14.7"
"@mui/x-data-grid": "npm:^6.12.0"
"@mui/x-data-grid": "npm:^6.10.0 <6.10.1"
"@types/d3": "npm:^7.4.0"
"@types/d3-graphviz": "npm:^2.6.7"
"@types/d3-selection": "npm:^3.0.6"
Expand Down Expand Up @@ -3731,7 +3731,7 @@ __metadata:
languageName: node
linkType: hard

"clsx@npm:^1.1.0":
"clsx@npm:^1.1.0, clsx@npm:^1.2.1":
version: 1.2.1
resolution: "clsx@npm:1.2.1"
checksum: 34dead8bee24f5e96f6e7937d711978380647e936a22e76380290e35486afd8634966ce300fc4b74a32f3762c7d4c0303f442c3e259f4ce02374eb0c82834f27
Expand Down

0 comments on commit ee14fe3

Please sign in to comment.