Skip to content

Commit bcf0f01

Browse files
authored
Updating rxjs to 5.6.0-forward-compat.3
The project gets an error with its current state of rxjs: "^5.5.6". Upgraded to rxjs: "^5.6.0-forward-compat.3", as this will resolve the error.
1 parent c06ddfe commit bcf0f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngxs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@ngxs/logger-plugin": "^3.0.0-dev.706a0b9",
2727
"@ngxs/store": "^3.0.0-dev.706a0b9",
2828
"core-js": "^2.4.1",
29-
"rxjs": "^5.5.6",
29+
"rxjs": "^5.6.0-forward-compat.3",
3030
"zone.js": "^0.8.19"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)