diff --git a/apps/dsp-app/src/app/app.module.ts b/apps/dsp-app/src/app/app.module.ts index 4a00303bf6..8b8a531f53 100644 --- a/apps/dsp-app/src/app/app.module.ts +++ b/apps/dsp-app/src/app/app.module.ts @@ -34,7 +34,6 @@ import { } from '@dasch-swiss/vre/shared/app-string-literal'; import { TranslateLoader, TranslateModule } from '@ngx-translate/core'; import { TranslateHttpLoader } from '@ngx-translate/http-loader'; -import { NgxsStoragePluginModule } from '@ngxs/storage-plugin'; import { AngularSplitModule } from 'angular-split'; import { PdfViewerModule } from 'ng2-pdf-viewer'; import { ColorPickerModule } from 'ngx-color-picker'; diff --git a/libs/vre/shared/app-string-literal/src/lib/app-string-literal/dasch-swiss-string-literal.component.ts b/libs/vre/shared/app-string-literal/src/lib/app-string-literal/dasch-swiss-string-literal.component.ts index 6362e3d0a0..f8dd09aba4 100644 --- a/libs/vre/shared/app-string-literal/src/lib/app-string-literal/dasch-swiss-string-literal.component.ts +++ b/libs/vre/shared/app-string-literal/src/lib/app-string-literal/dasch-swiss-string-literal.component.ts @@ -24,7 +24,6 @@ import { MatInputModule } from '@angular/material/input'; import { MatMenuModule, MatMenuTrigger } from '@angular/material/menu'; import { StringLiteral } from '@dasch-swiss/dsp-js'; import { NgxsStoreModule, UserSelectors } from '@dasch-swiss/vre/shared/app-state'; -import { NgxsStoragePluginModule } from '@ngxs/storage-plugin'; import { Store } from '@ngxs/store'; @Component({ @@ -40,7 +39,6 @@ import { Store } from '@ngxs/store'; FormsModule, ReactiveFormsModule, NgxsStoreModule, - NgxsStoragePluginModule, ], templateUrl: './dasch-swiss-string-literal.component.html', styleUrls: ['./dasch-swiss-string-literal.component.scss'], diff --git a/libs/vre/shared/app-string-literal/src/lib/multi-language-input.component.ts b/libs/vre/shared/app-string-literal/src/lib/multi-language-input.component.ts index 8fd423ea48..18b045ae43 100644 --- a/libs/vre/shared/app-string-literal/src/lib/multi-language-input.component.ts +++ b/libs/vre/shared/app-string-literal/src/lib/multi-language-input.component.ts @@ -7,7 +7,6 @@ import { MatIconModule } from '@angular/material/icon'; import { MatInputModule } from '@angular/material/input'; import { MatMenuModule } from '@angular/material/menu'; import { NgxsStoreModule } from '@dasch-swiss/vre/shared/app-state'; -import { NgxsStoragePluginModule } from '@ngxs/storage-plugin'; import { HumanReadableErrorPipe } from './human-readable-error.pipe'; import { MultiLanguageFormService } from './multi-language-form.service'; @@ -25,7 +24,6 @@ import { MultiLanguageFormService } from './multi-language-form.service'; FormsModule, ReactiveFormsModule, NgxsStoreModule, - NgxsStoragePluginModule, HumanReadableErrorPipe, ], template: ` diff --git a/libs/vre/shared/app-string-literal/src/lib/multi-language-textarea.component.ts b/libs/vre/shared/app-string-literal/src/lib/multi-language-textarea.component.ts index 53a310ece9..a2138342fe 100644 --- a/libs/vre/shared/app-string-literal/src/lib/multi-language-textarea.component.ts +++ b/libs/vre/shared/app-string-literal/src/lib/multi-language-textarea.component.ts @@ -7,7 +7,6 @@ import { MatIconModule } from '@angular/material/icon'; import { MatInputModule } from '@angular/material/input'; import { MatMenuModule } from '@angular/material/menu'; import { NgxsStoreModule } from '@dasch-swiss/vre/shared/app-state'; -import { NgxsStoragePluginModule } from '@ngxs/storage-plugin'; import { HumanReadableErrorPipe } from './human-readable-error.pipe'; import { MultiLanguageFormService } from './multi-language-form.service'; @@ -25,7 +24,6 @@ import { MultiLanguageFormService } from './multi-language-form.service'; FormsModule, ReactiveFormsModule, NgxsStoreModule, - NgxsStoragePluginModule, HumanReadableErrorPipe, ], template: ` diff --git a/package-lock.json b/package-lock.json index 39555a8e8e..423563476f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,6 @@ "@ngxs/devtools-plugin": "^3.8.1", "@ngxs/logger-plugin": "^3.8.1", "@ngxs/router-plugin": "^3.8.1", - "@ngxs/storage-plugin": "^3.8.1", "@ngxs/store": "^3.8.1", "@nx/angular": "16.5.3", "angular-split": "^14.0.0", @@ -7193,23 +7192,6 @@ "rxjs": ">=6.5.5" } }, - "node_modules/@ngxs/storage-plugin": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/@ngxs/storage-plugin/-/storage-plugin-3.8.2.tgz", - "integrity": "sha512-GCDyGBJtfB3sjj+JIH5Z35TxKsiwJsP+LhHr9Wnf57LBGYNZKR1HXN1CmwHYBpmQzxKkSqCbD03HIk+cTvioLw==", - "dependencies": { - "tslib": "^2.2.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/ngxs" - }, - "peerDependencies": { - "@angular/core": ">=12.0.0 <18.0.0", - "@ngxs/store": "^3.8.2 || ^3.8.2-dev", - "rxjs": ">=6.5.5" - } - }, "node_modules/@ngxs/store": { "version": "3.8.2", "resolved": "https://registry.npmjs.org/@ngxs/store/-/store-3.8.2.tgz", diff --git a/package.json b/package.json index 707d8bd5b9..13625380ac 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "@ngxs/devtools-plugin": "^3.8.1", "@ngxs/logger-plugin": "^3.8.1", "@ngxs/router-plugin": "^3.8.1", - "@ngxs/storage-plugin": "^3.8.1", "@ngxs/store": "^3.8.1", "@nx/angular": "16.5.3", "angular-split": "^14.0.0",