Skip to content

Commit 5c30801

Browse files
committed
Remove dependency
1 parent 6621d3f commit 5c30801

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/src/dev-tools/state-dev-tools.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Injectable } from '@angular/core';
22
import { StoreRegistry } from 'angular-reactive-state/store/store-registry';
3-
import { EnhancerOptions } from 'redux-devtools-extension';
43
import {
54
filter,
65
from,
@@ -37,7 +36,7 @@ export class StateDevTools {
3736
init() {
3837
if (!window.__REDUX_DEVTOOLS_EXTENSION__) return;
3938

40-
const config: EnhancerOptions = {
39+
const config = {
4140
features: { pause: true, export: true, test: true, jump: true },
4241
trace: true,
4342
traceLimit: 25,

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"jest-preset-angular": "^12.2.5",
8383
"ng-packagr": "^15.0.0",
8484
"prettier": "latest",
85-
"redux-devtools-extension": "^2.13.9",
8685
"tslint-config-prettier": "latest",
8786
"typescript": "~4.8.2"
8887
}

0 commit comments

Comments
 (0)