Skip to content

Commit abf5486

Browse files
committed
fix: peer deps in ngrx-devtools
1 parent 5531231 commit abf5486

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/nativescript-ngrx-devtools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"email": "eduardo.speroni@valor-software.com"
1111
},
1212
"peerDependencies": {
13-
"@angular/common": "^15.0.0",
14-
"@angular/core": "^15.0.0",
15-
"@valor/nativescript-websockets": "^1.0.4"
13+
"@angular/common": ">=15.0.0",
14+
"@angular/core": ">=15.0.0",
15+
"@valor/nativescript-websockets": ">=1.0.4"
1616
},
1717
"dependencies": {
1818
"jsan": "^3.1.14",

0 commit comments

Comments
 (0)