Skip to content

Commit 2c07457

Browse files
authored
7ecd063f chore: update deps (#4527)
1 parent 32cf5a9 commit 2c07457

33 files changed

+82
-95
lines changed

commit_message

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1f7f7405 docs(signals): add testing guide (#4461)
1+
7ecd063f chore: update deps (#4527)

esm2022/src/component-store.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ export class ComponentStore {
209209
`Please make sure it is initialized before updating/getting.`);
210210
}
211211
}
212-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ComponentStore, deps: [{ token: INITIAL_STATE_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
213-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ComponentStore }); }
212+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ComponentStore, deps: [{ token: INITIAL_STATE_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
213+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ComponentStore }); }
214214
}
215-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ComponentStore, decorators: [{
215+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ComponentStore, decorators: [{
216216
type: Injectable
217217
}], ctorParameters: () => [{ type: undefined, decorators: [{
218218
type: Optional

fesm2022/ngrx-component-store.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,10 @@ class ComponentStore {
349349
`Please make sure it is initialized before updating/getting.`);
350350
}
351351
}
352-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ComponentStore, deps: [{ token: INITIAL_STATE_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
353-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ComponentStore }); }
352+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ComponentStore, deps: [{ token: INITIAL_STATE_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
353+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ComponentStore }); }
354354
}
355-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0", ngImport: i0, type: ComponentStore, decorators: [{
355+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ComponentStore, decorators: [{
356356
type: Injectable
357357
}], ctorParameters: () => [{ type: undefined, decorators: [{
358358
type: Optional

migrations/18_0_0-beta/index.js

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

migrations/18_0_0-beta/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schematics-core/utility/ast-utils.js

+14-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schematics-core/utility/ast-utils.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schematics-core/utility/change.js

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)