Skip to content

Commit 7d0f889

Browse files
committed
chore(deps): update dependency tslib to v2
1 parent 03c64c5 commit 7d0f889

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ngxs/store": "~3.4.3",
2828
"core-js": "^3.1.4",
2929
"rxjs": "~6.5.5",
30-
"tslib": "^1.9.3",
30+
"tslib": "^2.1.0",
3131
"zone.js": "~0.9.1"
3232
},
3333
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8824,11 +8824,16 @@ ts-node@~8.3.0:
88248824
source-map-support "^0.5.6"
88258825
yn "^3.0.0"
88268826

8827-
tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
8827+
tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
88288828
version "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.1.0"
8834+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8835+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
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)