Update npm dependencies (#678)

This commit is contained in:
Keavon Chambers
2022-06-13 12:32:01 -07:00
parent 55ef8eedb8
commit 04d6bd9190
5 changed files with 1358 additions and 1316 deletions
@@ -114,7 +114,7 @@ export default defineComponent({
},
},
methods: {
updateLayout(widgetId: BigInt, value: unknown) {
updateLayout(widgetId: bigint, value: unknown) {
this.editor.instance.update_layout(this.layoutTarget, widgetId, value);
},
withoutValue(props: Record<string, unknown>): Record<string, unknown> {
@@ -93,7 +93,7 @@ const WidgetSection = defineComponent({
expanded: true,
}),
methods: {
updateLayout(widgetId: BigInt, value: unknown) {
updateLayout(widgetId: bigint, value: unknown) {
this.editor.instance.update_layout(this.layoutTarget, widgetId, value);
},
layoutRowType(layoutRow: LayoutSystemRow): unknown {