chore: upgrade deps

This commit is contained in:
Mo
2022-03-21 12:13:10 -05:00
parent bd9a6e2ae5
commit cd243f39c6
21 changed files with 214 additions and 271 deletions

View File

@@ -136,7 +136,7 @@ export class DesktopManager
if (!component) {
return;
}
const updatedComponent = await this.application.changeAndSaveItem(
const updatedComponent = await this.application.mutator.changeAndSaveItem(
component.uuid,
(m) => {
const mutator = m as ComponentMutator;