Skip to content

Commit d36dfc7

Browse files
kubeclaude
andcommitted
Remove @mui/material dependency from Petrinaut
The last MUI usage (tooltip) was replaced with Ark UI and native SVG, so the dependency and its ESLint import restriction are no longer needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 965c8db commit d36dfc7

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

libs/@hashintel/petrinaut/eslint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ export default [
4343
"error",
4444
{
4545
patterns: [
46-
{
47-
group: ["@mui/material/*"],
48-
message: "Please import from @mui/material instead",
49-
},
5046
{
5147
group: ["@local/*"],
5248
message:

libs/@hashintel/petrinaut/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@hashintel/refractive": "0.0.2",
4949
"@mantine/hooks": "8.3.5",
5050
"@monaco-editor/react": "4.8.0-rc.3",
51-
"@mui/material": "5.18.0",
5251
"d3-array": "3.2.4",
5352
"d3-scale": "4.0.2",
5453
"elkjs": "0.11.0",

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8302,7 +8302,6 @@ __metadata:
83028302
"@local/eslint": "npm:0.0.0-private"
83038303
"@mantine/hooks": "npm:8.3.5"
83048304
"@monaco-editor/react": "npm:4.8.0-rc.3"
8305-
"@mui/material": "npm:5.18.0"
83068305
"@pandacss/dev": "npm:1.4.3"
83078306
"@sentry/react": "npm:10.22.0"
83088307
"@testing-library/dom": "npm:10.4.0"

0 commit comments

Comments
 (0)