Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit 88913c6

Browse files
authored
Merge pull request #111 from spences10/renovate/tslib-2.x
Update dependency tslib to v2
2 parents 1e22ca3 + e69f798 commit 88913c6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.12",
2+
"version": "2.0.13",
33
"license": "MIT",
44
"author": "Scott Spence <yo@scottspence.dev> (https://scottspence.dev/)",
55
"main": "dist/index.js",
@@ -31,7 +31,7 @@
3131
"react": "17.0.2",
3232
"react-dom": "17.0.2",
3333
"tsdx": "0.14.1",
34-
"tslib": "1.14.1",
34+
"tslib": "2.3.1",
3535
"typescript": "4.3.5"
3636
},
3737
"husky": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6255,16 +6255,16 @@ tsdx@0.14.1:
62556255
tslib "^1.9.3"
62566256
typescript "^3.7.3"
62576257

6258-
tslib@1.14.1:
6259-
version "1.14.1"
6260-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
6261-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
6262-
62636258
tslib@2.0.1:
62646259
version "2.0.1"
62656260
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
62666261
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
62676262

6263+
tslib@2.3.1:
6264+
version "2.3.1"
6265+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
6266+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
6267+
62686268
tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
62696269
version "1.11.1"
62706270
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"

0 commit comments

Comments
 (0)