Skip to content

Commit

Permalink
chore(deps): install updated deps & reduce security issues (#1843)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Schneider <[email protected]>
  • Loading branch information
mpro7 and derschnee68 authored Oct 3, 2024
1 parent 02b20b6 commit 414bf4b
Show file tree
Hide file tree
Showing 5 changed files with 19,502 additions and 32,741 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ListInfoForm } from './list-info-form.type';
<app-reusable-list-info-form
[formData]="{
labels: [],
comments: []
comments: [],
}"
(afterFormInit)="form = $event"></app-reusable-list-info-form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { ProjectForm } from './reusable-project-form/project-form.type';
shortname: '',
longname: '',
description: [],
keywords: []
keywords: [],
}"
(afterFormInit)="form = $event"></app-reusable-project-form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface EditPropertyFormDialogProps {
name: data.propertyInfo.propDef.label,
labels: data.propertyInfo.propDef.labels,
comments: data.propertyInfo.propDef.comments,
guiAttribute: data.propertyInfo.propDef.guiAttributes[0]
guiAttribute: data.propertyInfo.propDef.guiAttributes[0],
}"></app-property-form>
<div mat-dialog-actions align="end">
<button mat-button mat-dialog-close>Cancel</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { CompoundService } from './compound.service';
{
source: ngSliderThumb,
parent: ngSlider,
value: ngSliderThumb.value
value: ngSliderThumb.value,
}.value
)
"
Expand Down
Loading

0 comments on commit 414bf4b

Please sign in to comment.