Skip to content

Commit 438d15d

Browse files
Update dependency tslib to v2 (#695)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent c112337 commit 438d15d

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@
101101
"dependencies": {
102102
"re-resizable": "6.3.2",
103103
"react-draggable": "4.4.3",
104-
"tslib": "1.11.1"
104+
"tslib": "2.0.0"
105105
}
106106
}

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12137,15 +12137,20 @@ tslib@1.10.0, tslib@^1.9.3:
1213712137
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
1213812138
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
1213912139

12140-
tslib@1.11.1, tslib@^1.10.0:
12141-
version "1.11.1"
12142-
resolved "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
12143-
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
12144-
1214512140
tslib@1.9.0:
1214612141
version "1.9.0"
1214712142
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
1214812143

12144+
tslib@2.0.0:
12145+
version "2.0.0"
12146+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
12147+
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
12148+
12149+
tslib@^1.10.0:
12150+
version "1.11.1"
12151+
resolved "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
12152+
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
12153+
1214912154
tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0:
1215012155
version "1.9.3"
1215112156
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

0 commit comments

Comments
 (0)