Skip to content

Commit dac7960

Browse files
committed
chore(deps): update dependency rxjs to v7
1 parent 03c64c5 commit dac7960

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@ngxs/logger-plugin": "~3.4.3",
2727
"@ngxs/store": "~3.4.3",
2828
"core-js": "^3.1.4",
29-
"rxjs": "~6.5.5",
29+
"rxjs": "~7.5.4",
3030
"tslib": "^1.9.3",
3131
"zone.js": "~0.9.1"
3232
},

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7602,12 +7602,12 @@ [email protected], rxjs@^6.1.0, rxjs@^6.3.3:
76027602
dependencies:
76037603
tslib "^1.9.0"
76047604

7605-
rxjs@~6.5.5:
7606-
version "6.5.5"
7607-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.5.tgz#c5c884e3094c8cfee31bf27eb87e54ccfc87f9ec"
7608-
integrity sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==
7605+
rxjs@~7.5.4:
7606+
version "7.5.4"
7607+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d"
7608+
integrity sha512-h5M3Hk78r6wAheJF0a5YahB1yRQKCsZ4MsGdZ5O9ETbVtjPcScGfrMmoOq7EBsCRzd4BDkvDJ7ogP8Sz5tTFiQ==
76097609
dependencies:
7610-
tslib "^1.9.0"
7610+
tslib "^2.1.0"
76117611

76127612
[email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
76137613
version "5.1.2"
@@ -8829,6 +8829,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
88298829
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
88308830
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
88318831

8832+
tslib@^2.1.0:
8833+
version "2.3.1"
8834+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
8835+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
8836+
88328837
tslint@~5.16.0:
88338838
version "5.16.0"
88348839
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.16.0.tgz#ae61f9c5a98d295b9a4f4553b1b1e831c1984d67"

0 commit comments

Comments
 (0)