Skip to content

Commit 7dc6563

Browse files
Update dependency tslib to v2
1 parent cb433b4 commit 7dc6563

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
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.0.0"
8181
},
8282
"devDependencies": {
8383
"@types/node": "^8.0.47",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -3403,10 +3403,15 @@ 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+
tslib@^1.0.0, tslib@^1.7.1:
34073407
version "1.8.0"
34083408
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"
34093409

3410+
tslib@^2.0.0:
3411+
version "2.4.1"
3412+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
3413+
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
3414+
34103415
tslint-config-standard@^7.0.0:
34113416
version "7.0.0"
34123417
resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-7.0.0.tgz#47bbf25578ed2212456f892d51e1abe884a29f15"

0 commit comments

Comments
 (0)