fix: add tslib dependency

This commit is contained in:
Roman Hotsiy 2018-05-16 13:59:33 +03:00
parent 08253ee1b1
commit 8e1a5cb7a1
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 6 additions and 1 deletions

View File

@ -145,7 +145,8 @@
"slugify": "^1.2.1",
"stickyfill": "^1.1.1",
"styled-components": "^3.2.3",
"swagger2openapi": "^2.11.0"
"swagger2openapi": "^2.11.0",
"tslib": "^1.9.1"
},
"resolutions": {
"@types/chai": "4.0.8",

View File

@ -9447,6 +9447,10 @@ tslib@^1.8.0, tslib@^1.8.1:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
tslib@^1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
tslint-react@^3.4.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-3.6.0.tgz#7f462c95c4a0afaae82507f06517ff02942196a1"