Skip to content

Commit c93652e

Browse files
authored
fix(ngxs): upgrade to NGXS 18.1.5 (#1529)
1 parent 845f53c commit c93652e

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

libs/ngxs/ngxs-data.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
NgxsDataSequence,
66
} from '@angular-ru/ngxs/internals';
77
import {NgxsDataExtension} from '@angular-ru/ngxs/typings';
8+
import {ɵprovideNgxsInternalStateTokens as provideNgxsInternalStateTokens} from '@ngxs/store';
89

910
@NgModule()
1011
export class NgxsDataPluginModule {
@@ -22,6 +23,7 @@ export class NgxsDataPluginModule {
2223
NgxsDataFactory,
2324
NgxsDataInjector,
2425
NgxsDataSequence,
26+
provideNgxsInternalStateTokens(),
2527
...extensions,
2628
],
2729
};

libs/ngxs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@angular-ru/ngxs",
3-
"version": "18.8.0",
3+
"version": "18.9.0",
44
"description": "Angular-RU package",
55
"homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme",
66
"bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues",
77
"repository": "https://github.com/Angular-RU/angular-ru-sdk",
88
"license": "MIT",
99
"author": "[email protected]",
1010
"peerDependencies": {
11-
"@ngxs/store": ">=18.1.3"
11+
"@ngxs/store": ">=18.1.5"
1212
},
1313
"publishConfig": {
1414
"access": "public"

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"@ng-web-apis/universal": "4.1.2",
109109
"@ngx-translate/core": "15.0.0",
110110
"@ngx-translate/http-loader": "8.0.0",
111-
"@ngxs/logger-plugin": "18.1.3",
111+
"@ngxs/logger-plugin": "18.1.5",
112112
"@nx/workspace": "19.4.1",
113113
"@release-it-plugins/workspaces": "4.2.0",
114114
"@release-it/conventional-changelog": "8.0.1",

0 commit comments

Comments
 (0)