Skip to content

Commit e09bc17

Browse files
authored
fix(deps): add tslib dependency (#25)
1 parent 884265a commit e09bc17

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"test.update": "yarn test --updateSnapshot"
2929
},
3030
"dependencies": {
31-
"node-fetch": "^2.6.0"
31+
"node-fetch": "^2.6.0",
32+
"tslib": "^1.14.1"
3233
},
3334
"devDependencies": {
3435
"@stoplight/scripts": "^8.2.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8214,6 +8214,11 @@ [email protected], tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9
82148214
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
82158215
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
82168216

8217+
tslib@^1.14.1:
8218+
version "1.14.1"
8219+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
8220+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
8221+
82178222
82188223
version "1.15.0"
82198224
resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.15.0.tgz#76b9714399004ab6831fdcf76d89b73691c812cf"

0 commit comments

Comments
 (0)