Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit eef0b7e

Browse files
committed
chore(deps): update dependency tslib to v2.1.0
1 parent b40d94d commit eef0b7e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/router": "10.0.11",
2323
"bootstrap": "4.5.3",
2424
"rxjs": "6.6.3",
25-
"tslib": "2.0.3",
25+
"tslib": "2.1.0",
2626
"zone.js": "0.11.3"
2727
},
2828
"devDependencies": {

projects/ngx-css-anim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@angular/core": "^10.0.11"
77
},
88
"dependencies": {
9-
"tslib": "2.0.3"
9+
"tslib": "2.1.0"
1010
},
1111
"license": "MIT",
1212
"repository": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8373,10 +8373,10 @@ [email protected], tslib@^2.0.0:
83738373
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
83748374
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
83758375

8376-
tslib@2.0.3:
8377-
version "2.0.3"
8378-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
8379-
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
8376+
tslib@2.1.0:
8377+
version "2.1.0"
8378+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8379+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
83808380

83818381
tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
83828382
version "1.13.0"

0 commit comments

Comments
 (0)