Skip to content

Commit e62bed6

Browse files
committed
fix(deps): update dependency tslib to v2.3.1
1 parent f810091 commit e62bed6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"d3-selection": "1.3.0"
6868
},
6969
"dependencies": {
70-
"tslib": "^2.3.0"
70+
"tslib": "2.3.1"
7171
}
7272
}

projects/knob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lodash-es": "^4.17.21"
1010
},
1111
"dependencies": {
12-
"tslib": "2.2.0"
12+
"tslib": "2.3.1"
1313
},
1414
"resolutions": {
1515
"d3-selection": "1.3.0"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8876,11 +8876,16 @@ [email protected]:
88768876
source-map-support "^0.5.17"
88778877
yn "3.1.1"
88788878

8879-
[email protected], tslib@^2.0.0, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0:
8879+
[email protected], tslib@^2.0.0, tslib@^2.1.0, tslib@^2.2.0:
88808880
version "2.3.0"
88818881
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
88828882
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
88838883

8884+
8885+
version "2.3.1"
8886+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
8887+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
8888+
88848889
tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
88858890
version "1.14.1"
88868891
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)