diff --git a/package.json b/package.json index cbcf8d37..4ab59f0a 100644 --- a/package.json +++ b/package.json @@ -47,9 +47,9 @@ "@angular/platform-browser-dynamic": "catalog:angular21", "@angular/router": "catalog:angular21", "@compodoc/compodoc": "1.1.25", - "@formio/core": "^2.7.1", + "@formio/core": "^2.8.1", "@formio/deprecated-types": "^0.1.0", - "@formio/js": "^5.4.2", + "@formio/js": "^5.5.1", "@types/jasmine": "^5.1.4", "@types/jasminewd2": "^2.0.13", "@types/node": "^22.10.5", diff --git a/projects/angular-formio/resource/src/create/create.component.ts b/projects/angular-formio/resource/src/create/create.component.ts index 5cf2faba..aa29ffbe 100644 --- a/projects/angular-formio/resource/src/create/create.component.ts +++ b/projects/angular-formio/resource/src/create/create.component.ts @@ -1,10 +1,4 @@ -import { - ChangeDetectorRef, - Component, - EventEmitter, - inject, - OnInit, -} from '@angular/core'; +import { ChangeDetectorRef, Component, EventEmitter, inject, OnInit } from '@angular/core'; import { Router, ActivatedRoute, RouterLink } from '@angular/router'; import { FormioResourceService } from '../resource.service'; import { FormioResourceConfig } from '../resource.config'; diff --git a/projects/angular-formio/src/FormioBaseComponent.ts b/projects/angular-formio/src/FormioBaseComponent.ts index 068f7b88..9a013a79 100644 --- a/projects/angular-formio/src/FormioBaseComponent.ts +++ b/projects/angular-formio/src/FormioBaseComponent.ts @@ -11,7 +11,7 @@ import { Optional, Output, ViewChild, - ChangeDetectorRef + ChangeDetectorRef, } from '@angular/core'; import { FormioService } from './formio.service'; import { FormioAlerts } from './components/alerts/formio.alerts'; diff --git a/projects/angular-formio/src/components/formio/formio.component.ts b/projects/angular-formio/src/components/formio/formio.component.ts index d13b7bf9..20f5c0fc 100644 --- a/projects/angular-formio/src/components/formio/formio.component.ts +++ b/projects/angular-formio/src/components/formio/formio.component.ts @@ -5,7 +5,7 @@ import { ViewEncapsulation, Input, NgZone, - OnChanges + OnChanges, } from '@angular/core'; import { FormioAppConfig } from '../../formio.config'; import { Formio, Form } from '@formio/js';