Skip to content

Commit 3ac66e0

Browse files
committed
Update dependency tslib to v2
1 parent cb433b4 commit 3ac66e0

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.3.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.3.0"
3408+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
3409+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
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)