Update default.json

This commit is contained in:
2025-12-09 13:03:06 +00:00
parent 09a986abce
commit 11fca2b1a4

View File

@@ -21,6 +21,14 @@
"@types/react-is" "@types/react-is"
] ]
}, },
{
"groupName": "typescript-eslint",
"matchPackageNames": [
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"typescript-eslint"
]
},
{ {
"groupName": "materialui", "groupName": "materialui",
"matchPackageNames": [ "matchPackageNames": [
@@ -44,6 +52,14 @@
"matrix-sdk", "matrix-sdk",
"matrix-sdk-ui" "matrix-sdk-ui"
] ]
},
{
"groupName": "egui",
"matchPackageNames": [
"eugui",
"eframe",
"epaint"
]
} }
] ]
} }