Skip to content

Commit 27228c8

Browse files
authored
Merge pull request #734 from kwonoj/bump-deps
build(package): bump up deps
2 parents faebb7e + 49a865b commit 27228c8

File tree

5 files changed

+11585
-6744
lines changed

5 files changed

+11585
-6744
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
node: [ '12', '13', '14', '15', '16' ]
13-
os: [ macos-latest, ubuntu-latest, windows-latest ]
13+
os: [ ubuntu-latest, windows-latest ]
1414

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.3](https://github.com/kwonoj/rx-sandbox/compare/v2.0.2...v2.0.3) (2021-10-10)
2+
3+
4+
15
## [2.0.2](https://github.com/kwonoj/rx-sandbox/compare/v2.0.1...v2.0.2) (2021-05-18)
26

37

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# RxSandbox
66

77
`RxSandbox` is test suite for RxJS, based on marble diagram DSL for easier assertion around Observables.
8-
For RxJS 5 support, check pre-1.x versions. 1.x supports latest RxJS 6.x. 2.* is available to support `rxjs@7.0.1` and above.
8+
For RxJS 5 support, check pre-1.x versions. 1.x supports latest RxJS 6.x. 2.* supports rxjs@7.0.1 and above.
99

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

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

1919
# Install
2020

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

2323
```sh
2424
npm install rx-sandbox

0 commit comments

Comments
 (0)