Skip to content

Commit

Permalink
Downgrade rxjs to 6.x.
Browse files Browse the repository at this point in the history
Due to this issue: ReactiveX/rxjs#6297
  • Loading branch information
seanwu1105 committed May 3, 2021
1 parent 8da7769 commit 97a8322
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 51 deletions.
68 changes: 18 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"rxjs": "^7.0.0",
"rxjs": "^6.6.7",
"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 97a8322

Please sign in to comment.