Skip to content

Commit 40e851f

Browse files
committed
Update dependency tslib to v2
1 parent cb433b4 commit 40e851f

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
@@ -77,7 +77,7 @@
7777
},
7878
"dependencies": {
7979
"spruce": "^1.0.3",
80-
"tslib": "^1.8.0"
80+
"tslib": "2.4.0"
8181
},
8282
"devDependencies": {
8383
"@types/node": "^8.0.47",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3403,7 +3403,12 @@ tsconfig@^6.0.0:
34033403
strip-bom "^3.0.0"
34043404
strip-json-comments "^2.0.0"
34053405

3406-
tslib@^1.0.0, tslib@^1.7.1, tslib@^1.8.0:
3406+
3407+
version "2.4.0"
3408+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
3409+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
3410+
3411+
tslib@^1.0.0, tslib@^1.7.1:
34073412
version "1.8.0"
34083413
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"
34093414

0 commit comments

Comments
 (0)