Skip to content

Commit

Permalink
fix(ngxs): upgrade to NGXS 18.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Nov 12, 2024
1 parent 845f53c commit 5b4cf62
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions libs/ngxs/ngxs-data.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
NgxsDataSequence,
} from '@angular-ru/ngxs/internals';
import {NgxsDataExtension} from '@angular-ru/ngxs/typings';
import {ɵprovideNgxsInternalStateTokens as provideNgxsInternalStateTokens} from '@ngxs/store';

@NgModule()
export class NgxsDataPluginModule {
Expand All @@ -22,6 +23,7 @@ export class NgxsDataPluginModule {
NgxsDataFactory,
NgxsDataInjector,
NgxsDataSequence,
provideNgxsInternalStateTokens(),
...extensions,
],
};
Expand Down
4 changes: 2 additions & 2 deletions libs/ngxs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@angular-ru/ngxs",
"version": "18.8.0",
"version": "18.9.0",
"description": "Angular-RU package",
"homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme",
"bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues",
"repository": "https://github.com/Angular-RU/angular-ru-sdk",
"license": "MIT",
"author": "[email protected]",
"peerDependencies": {
"@ngxs/store": ">=18.1.3"
"@ngxs/store": ">=18.1.5"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@ng-web-apis/universal": "4.1.2",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@ngxs/logger-plugin": "18.1.3",
"@ngxs/logger-plugin": "18.1.5",
"@nx/workspace": "19.4.1",
"@release-it-plugins/workspaces": "4.2.0",
"@release-it/conventional-changelog": "8.0.1",
Expand Down

0 comments on commit 5b4cf62

Please sign in to comment.