Skip to content

Commit

Permalink
(fix) pin RxJS dependency version in examples. Update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpdaniels committed Jun 3, 2018
1 parent 3f31165 commit 592a810
Show file tree
Hide file tree
Showing 61 changed files with 3,197 additions and 1,028 deletions.
129 changes: 124 additions & 5 deletions dist/runtime.js

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

2 changes: 1 addition & 1 deletion dist/runtime.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/1/7_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 7.1</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.22.1/ramda.min.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/10/10/10_10.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="https://fb.me/react-with-addons-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>
<script src="https://unpkg.com/[email protected]/dist/redux.min.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>
<button id="withdraw">Withdraw</button>
Expand Down
2 changes: 1 addition & 1 deletion examples/2/4/2_4.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 2.4</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>
<label id="progress-indicator">0</label>
Expand Down
2 changes: 1 addition & 1 deletion examples/3/1/3_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 3.1</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/3/2/3_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 3.2</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/3/3/3_3.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 3.3</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/3/4/3_4.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 3.4</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>
<input id="input" type="text"></input>
Expand Down
2 changes: 1 addition & 1 deletion examples/3/5/3_5.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 3.5</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/3/6/3_6.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 3.6</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/3/7/3_7.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 3.7</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/4/1/4_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.1</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>
<div id="panel" style="height:100px; width:100px; border-color: #FFEBCD; border-style: dotted;"></div>
Expand Down
2 changes: 1 addition & 1 deletion examples/4/10/4_10.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.10 and 4.11</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>
<label>Search: </label><input type="text" id="search"></input>
Expand Down
2 changes: 1 addition & 1 deletion examples/4/12/4_12.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.12</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>
<label for="search">Search: </label><input type="text" id="search" autocomplete="off"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/4/13/4_13.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.13</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>
<label>Search: </label><input type="text" id="search"></input>
Expand Down
2 changes: 1 addition & 1 deletion examples/4/14/4_14.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.14</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.22.1/ramda.min.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/4/15/4_15.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.15</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.22.1/ramda.min.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/4/2/4_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.2</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>
<div id="panel" style="height:100px; width:100px; border-color: #FFEBCD; border-style: dotted;"></div>
Expand Down
2 changes: 1 addition & 1 deletion examples/4/3/4_3.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.3</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.0/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/4/4/4_4.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.4</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/4/5/4_5.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.5</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/4/6/4_6.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.6</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/4/7/4_7.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.7</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/4/8/4_8.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.8</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion examples/4/9/4_9.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 4.9</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
</head>
<body>
<label>Search: </label><input type="text" id="search"></input>
Expand Down
2 changes: 1 addition & 1 deletion examples/5/1/5_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 5.1</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.22.1/ramda.min.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/5/2/5_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Listing 5.2</title>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs@5.5.11/dist/global/Rx.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.22.1/ramda.min.js"></script>
</head>
<body>
Expand Down
Loading

0 comments on commit 592a810

Please sign in to comment.