Skip to content

Commit

Permalink
fix: pin rxjs to major version
Browse files Browse the repository at this point in the history
  • Loading branch information
christophka committed Mar 24, 2023
1 parent 5ceeb83 commit e7d98fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fs/package.json
Expand Up @@ -30,6 +30,6 @@
"README.md"
],
"peerDependencies": {
"rxjs": "~7.5.0"
"rxjs": "^7.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/process/package.json
Expand Up @@ -30,6 +30,6 @@
"README.md"
],
"peerDependencies": {
"rxjs": "~7.5.0"
"rxjs": "^7.5.0"
}
}

0 comments on commit e7d98fb

Please sign in to comment.