Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 18, 2021
1 parent e516034 commit 95eed50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -99,7 +99,7 @@
"jsonpath": "1.1.1",
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7"
"rxjs": "7.0.1"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Expand Up @@ -9146,7 +9146,14 @@ rxjs@6.6.3, rxjs@^6.4.0, rxjs@^6.5.4:
dependencies:
tslib "^1.9.0"

rxjs@6.6.7, rxjs@^6.6.3, rxjs@^6.6.6:
rxjs@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.0.1.tgz#5f41c4f991cea550471fc5d215727390103702c7"
integrity sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==
dependencies:
tslib "~2.1.0"

rxjs@^6.6.3, rxjs@^6.6.6:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
Expand Down Expand Up @@ -10377,6 +10384,11 @@ tslib@^2.0.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tslib@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

tslint@6.1.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"
Expand Down

0 comments on commit 95eed50

Please sign in to comment.