Skip to content

Commit

Permalink
Merge pull request #734 from kwonoj/bump-deps
Browse files Browse the repository at this point in the history
build(package): bump up deps
  • Loading branch information
kwonoj authored Oct 10, 2021
2 parents faebb7e + 49a865b commit 27228c8
Show file tree
Hide file tree
Showing 5 changed files with 11,585 additions and 6,744 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node: [ '12', '13', '14', '15', '16' ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ ubuntu-latest, windows-latest ]

name: ${{ matrix.os }} / Node ${{ matrix.node }}

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.3](https://github.com/kwonoj/rx-sandbox/compare/v2.0.2...v2.0.3) (2021-10-10)



## [2.0.2](https://github.com/kwonoj/rx-sandbox/compare/v2.0.1...v2.0.2) (2021-05-18)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# RxSandbox

`RxSandbox` is test suite for RxJS, based on marble diagram DSL for easier assertion around Observables.
For RxJS 5 support, check pre-1.x versions. 1.x supports latest RxJS 6.x. 2.* is available to support `[email protected]` and above.
For RxJS 5 support, check pre-1.x versions. 1.x supports latest RxJS 6.x. 2.* supports [email protected] and above.

## What's difference with `TestScheduler` in RxJS?

Expand All @@ -18,7 +18,7 @@ RxJs core itself includes its own [`TestScheduler`](https://github.com/ReactiveX

# Install

This has a peer dependencies of `rxjs@6.*.*`, which will have to be installed as well.
This has a peer dependencies of `rxjs`, which will have to be installed as well.

```sh
npm install rx-sandbox
Expand Down
Loading

0 comments on commit 27228c8

Please sign in to comment.