Skip to content

Commit

Permalink
chore(rxjs): Specify exact rxjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 28, 2021
1 parent 61bb9d5 commit d87ba6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
"react2angular": "^3.2.1",
"recoil": "^0.0.10",
"reflect-metadata": "^0.1.9",
"rxjs": "6",
"rxjs-compat": "6",
"rxjs": "6.6.7",
"rxjs-compat": "6.6.7",
"select2-bootstrap-css": "git://github.com/t0m/select2-bootstrap-css.git#v1.3.1",
"source-map": "^0.4.4",
"source-sans-pro": "^2.0.10",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17295,12 +17295,12 @@ rx@^4.1.0:
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
integrity sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=

rxjs-compat@6:
rxjs-compat@6.6.7:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.6.7.tgz#6eb4ef75c0a58ea672854a701ccc8d49f41e69cb"
integrity sha512-szN4fK+TqBPOFBcBcsR0g2cmTTUF/vaFEOZNuSdfU8/pGFnNmmn2u8SystYXG1QMrjOPBc6XTKHMVfENDf6hHw==

rxjs@6, rxjs@6.6.7, rxjs@^5.4.2, rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.3:
rxjs@6.6.7, rxjs@^5.4.2, rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.3:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
Expand Down

0 comments on commit d87ba6c

Please sign in to comment.