-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix #103. update dependencies - related to #3 update for React 16 and 17 - mention RxJS import change in changelog - remove max version from React peerDependency for conduit-rxjs-react - combine rxjs imports into one line per file - fix imports in non-CHANGLOG ".md" files - add package-lock.json to .gitignore - add link to RxJS v7.2 CHANGELOG - fix examples. update CHANGELOG Co-authored-by: James Anderson <[email protected]>
- Loading branch information
1 parent
42de9a6
commit 8d98f5d
Showing
46 changed files
with
311 additions
and
50,513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ dist | |
bundles | ||
.DS_Store | ||
lerna-debug.log | ||
npm-debug.log | ||
npm-debug.log | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"presets": ["env", "react"] | ||
"presets": ["@babel/preset-env", "@babel/preset-react"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ <h2>Part 6</h2> | |
<div id="timer6"></div> | ||
<h2>Part 7</h2> | ||
<div id="timer7"></div> | ||
<script crossorigin src="https://unpkg.com/[email protected].2/umd/react.production.min.js"></script> | ||
<script crossorigin src="https://unpkg.com/[email protected].2/umd/react-dom.production.min.js"></script> | ||
<script crossorigin src="https://unpkg.com/rxjs@6.2.1/bundles/rxjs.umd.min.js"></script> | ||
<script crossorigin src="https://unpkg.com/[email protected].0/umd/react.production.min.js"></script> | ||
<script crossorigin src="https://unpkg.com/[email protected].0/umd/react-dom.production.min.js"></script> | ||
<script crossorigin src="https://unpkg.com/rxjs@7.2.0/dist/bundles/rxjs.umd.min.js"></script> | ||
<script src="./conduit-rxjs/bundles/conduit-rxjs.umd.min.js"></script> | ||
<script src="./conduit-rxjs-react/bundles/conduit-rxjs-react.umd.min.js"></script> | ||
<script src="./main.js"></script> | ||
|
Oops, something went wrong.