Skip to content

Commit f0deca3

Browse files
authored
Merge pull request #85 from kasaharu/renovate/tslib-2.x
fix(deps): update dependency tslib to v2.3.0
2 parents 03b725b + 8094db9 commit f0deca3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"rxjs": "~6.6.7",
3636
"stream": "^0.0.2",
3737
"timers": "0.1.1",
38-
"tslib": "2.2.0",
38+
"tslib": "2.3.0",
3939
"xml2js": "0.4.23",
4040
"zone.js": "~0.11.4"
4141
},

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -12398,11 +12398,6 @@ [email protected]:
1239812398
source-map-support "^0.5.17"
1239912399
yn "3.1.1"
1240012400

12401-
[email protected], tslib@^2.1.0:
12402-
version "2.2.0"
12403-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
12404-
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
12405-
1240612401
[email protected], tslib@^2.0.1, tslib@^2.2.0:
1240712402
version "2.3.0"
1240812403
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
@@ -12418,6 +12413,11 @@ tslib@^2.0.0:
1241812413
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1241912414
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
1242012415

12416+
tslib@^2.1.0:
12417+
version "2.2.0"
12418+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
12419+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
12420+
1242112421
tslint@~6.1.0:
1242212422
version "6.1.3"
1242312423
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"

0 commit comments

Comments
 (0)