Skip to content

Commit

Permalink
fix: add tslib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed May 16, 2018
1 parent 08253ee commit 8e1a5cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e1a5cb

Please sign in to comment.